mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
coding standard tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30824 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5b1f7dde56
commit
ad1eff6603
2 changed files with 11 additions and 7 deletions
|
@ -1820,17 +1820,18 @@ static NSStringEncoding defaultEncoding;
|
|||
* <item>[NSDictionary-fileSystemFileNumber]</item>
|
||||
* </list>
|
||||
*/
|
||||
- (NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error
|
||||
- (NSDictionary*) attributesOfItemAtPath: (NSString*)path
|
||||
error: (NSError**)error
|
||||
{
|
||||
NSDictionary *d;
|
||||
|
||||
d = [GSAttrDictionaryClass attributesAt:
|
||||
[self fileSystemRepresentationWithPath: path] traverseLink: NO];
|
||||
[self fileSystemRepresentationWithPath: path] traverseLink: NO];
|
||||
|
||||
if (error != NULL)
|
||||
{
|
||||
*error = [NSError _last];
|
||||
}
|
||||
{
|
||||
*error = [NSError _last];
|
||||
}
|
||||
|
||||
return d;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue