From 8da3a8866d42f81b1b23640adfcfe4fbccba5e36 Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Tue, 8 Nov 2011 23:07:41 +0100 Subject: [PATCH] remove white space --- Tools/XcodeCapp/TNXCodeCapp.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/XcodeCapp/TNXCodeCapp.m b/Tools/XcodeCapp/TNXCodeCapp.m index a5a1c3aea..0953d0768 100644 --- a/Tools/XcodeCapp/TNXCodeCapp.m +++ b/Tools/XcodeCapp/TNXCodeCapp.m @@ -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;