[cfe-commits] r166571 - /cfe/trunk/lib/Lex/Pragma.cpp

Mahesha S mahesha.llvm at gmail.com
Wed Oct 24 08:12:40 PDT 2012


Author: mahesha
Date: Wed Oct 24 10:12:40 2012
New Revision: 166571

URL: http://llvm.org/viewvc/llvm-project?rev=166571&view=rev
Log:
Removed an extra blank line.

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

Modified: cfe/trunk/lib/Lex/Pragma.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/Pragma.cpp?rev=166571&r1=166570&r2=166571&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/Pragma.cpp (original)
+++ cfe/trunk/lib/Lex/Pragma.cpp Wed Oct 24 10:12:40 2012
@@ -43,7 +43,6 @@
 // PragmaNamespace Implementation.
 //===----------------------------------------------------------------------===//
 
-
 PragmaNamespace::~PragmaNamespace() {
   for (llvm::StringMap<PragmaHandler*>::iterator
          I = Handlers.begin(), E = Handlers.end(); I != E; ++I)





More information about the cfe-commits mailing list