code style cleaning

This commit is contained in:
Antoine Mercadal
2012-04-09 10:24:39 -07:00
parent 8c205faf2d
commit 324e75650d
+1
View File
@@ -153,6 +153,7 @@ NSString * const XCCListeningStartNotification = @"XCCListeningStartNotification
{
NSString *subDirectoryPath = [aPath stringByAppendingPathComponent:node];
NSString *symlinkDestination = [fm destinationOfSymbolicLinkAtPath:subDirectoryPath error:nil];
if (symlinkDestination)
{
[pathsToWatch addObject:subDirectoryPath];