mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +00:00
Reindented some lines
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12050 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
16afaed1af
commit
e5e36a57a6
1 changed files with 4 additions and 8 deletions
|
@ -1157,7 +1157,7 @@ int main (int argc, char** argv, char** env)
|
||||||
@"table.htmlink"];
|
@"table.htmlink"];
|
||||||
|
|
||||||
table = build_relocation_table_for_directory (relFile);
|
table = build_relocation_table_for_directory (relFile);
|
||||||
[table writeToFile: outputFile atomically: YES];
|
[table writeToFile: outputFile atomically: YES];
|
||||||
exit (0);
|
exit (0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1275,16 +1275,13 @@ int main (int argc, char** argv, char** env)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
BOOL isDir;
|
BOOL isDir;
|
||||||
|
|
||||||
if (![fileManager fileExistsAtPath: arg
|
if (![fileManager fileExistsAtPath: arg isDirectory: &isDir])
|
||||||
isDirectory: &isDir])
|
|
||||||
{
|
{
|
||||||
NSLog (@"Warning - input file '%@' not found - ignored",
|
NSLog (@"Warning - input file '%@' not found - ignored", arg);
|
||||||
arg);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -1331,8 +1328,7 @@ int main (int argc, char** argv, char** env)
|
||||||
inputFileContents = [parser resolveLinksUsingHTMLLinker: linker
|
inputFileContents = [parser resolveLinksUsingHTMLLinker: linker
|
||||||
logFile: inputFile
|
logFile: inputFile
|
||||||
linksMarker: linksMarker];
|
linksMarker: linksMarker];
|
||||||
[inputFileContents writeToFile: inputFile
|
[inputFileContents writeToFile: inputFile atomically: YES];
|
||||||
atomically: YES];
|
|
||||||
RELEASE (parser);
|
RELEASE (parser);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue