readability improvement suggested by Sam Bishop, thanks!

llvm-svn: 45735
This commit is contained in:
Chris Lattner 2008-01-08 04:13:21 +00:00
parent 00300ddff1
commit e3e358c317
1 changed files with 1 additions and 1 deletions

View 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