[cfe-commits] r135967 - /cfe/trunk/include/clang/Basic/SourceManager.h

Chandler Carruth chandlerc at gmail.com
Mon Jul 25 13:59:15 PDT 2011


Author: chandlerc
Date: Mon Jul 25 15:59:15 2011
New Revision: 135967

URL: http://llvm.org/viewvc/llvm-project?rev=135967&view=rev
Log:
Repair some indentation I missed in my previous commit.

Modified:
    cfe/trunk/include/clang/Basic/SourceManager.h

Modified: cfe/trunk/include/clang/Basic/SourceManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceManager.h?rev=135967&r1=135966&r2=135967&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceManager.h (original)
+++ cfe/trunk/include/clang/Basic/SourceManager.h Mon Jul 25 15:59:15 2011
@@ -829,7 +829,7 @@
                            bool *Invalid = 0) const;
   unsigned getSpellingColumnNumber(SourceLocation Loc, bool *Invalid = 0) const;
   unsigned getExpansionColumnNumber(SourceLocation Loc,
-                                        bool *Invalid = 0) const;
+                                    bool *Invalid = 0) const;
   unsigned getPresumedColumnNumber(SourceLocation Loc, bool *Invalid = 0) const;
 
 





More information about the cfe-commits mailing list