mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-26 20:27:42 +00:00
remove white space
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user