]> granicus.if.org Git - clang/commitdiff
readability improvement suggested by Sam Bishop, thanks!
authorChris Lattner <sabre@nondot.org>
Tue, 8 Jan 2008 04:13:21 +0000 (04:13 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Jan 2008 04:13:21 +0000 (04:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45735 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/Preprocessor.h

index 056cb2425d3ce39fd6d3e953a872eb080a1aaf37..ce25ae879bd2287a424e4cec34c0cec6c8370c80 100644 (file)
@@ -153,7 +153,7 @@ public:
   SelectorTable &getSelectorTable() { return Selectors; }
   
   inline FullSourceLoc getFullLoc(SourceLocation Loc) const {
-    return FullSourceLoc(Loc,getSourceManager());
+    return FullSourceLoc(Loc, getSourceManager());
   }
   
   /// SetCommentRetentionState - Control whether or not the preprocessor retains