remove white space

This commit is contained in:
Antoine Mercadal
2011-11-08 23:07:41 +01:00
parent 21f6fdff48
commit 8da3a8866d
+1 -1
View File
@@ -471,7 +471,7 @@ NSString * const XCCListeningStartNotification = @"XCCListeningStartNotification
BOOL isDir = NO;
[fm fileExistsAtPath:filePath isDirectory:&isDir];
if (isDir
if (isDir
|| (![self isXIBFile:filePath] && ![self isObjJFile:filePath]))
continue;