r195802 - Fix the build break introduced by r195799 by restoring two close

Chandler Carruth chandlerc at gmail.com
Tue Nov 26 17:40:12 PST 2013


Author: chandlerc
Date: Tue Nov 26 19:40:12 2013
New Revision: 195802

URL: http://llvm.org/viewvc/llvm-project?rev=195802&view=rev
Log:
Fix the build break introduced by r195799 by restoring two close
curlies.

Modified:
    cfe/trunk/lib/Lex/PPCaching.cpp

Modified: cfe/trunk/lib/Lex/PPCaching.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PPCaching.cpp?rev=195802&r1=195801&r2=195802&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPCaching.cpp (original)
+++ cfe/trunk/lib/Lex/PPCaching.cpp Tue Nov 26 19:40:12 2013
@@ -114,4 +114,5 @@ void Preprocessor::AnnotatePreviousCache
       CachedLexPos = i;
       return;
     }
-  
+  }
+}





More information about the cfe-commits mailing list