[cfe-commits] r50542 - /cfe/trunk/lib/Parse/ParseDeclCXX.cpp
Argiris Kirtzidis
akyrtzi at gmail.com
Thu May 1 14:44:34 PDT 2008
Author: akirtzidis
Date: Thu May 1 16:44:34 2008
New Revision: 50542
URL: http://llvm.org/viewvc/llvm-project?rev=50542&view=rev
Log:
Convert CRLF to LF.
Modified:
cfe/trunk/lib/Parse/ParseDeclCXX.cpp
Modified: cfe/trunk/lib/Parse/ParseDeclCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseDeclCXX.cpp?rev=50542&r1=50541&r2=50542&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseDeclCXX.cpp (original)
+++ cfe/trunk/lib/Parse/ParseDeclCXX.cpp Thu May 1 16:44:34 2008
@@ -74,9 +74,9 @@
while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof))
ParseExternalDeclaration();
- // Leave the namespace scope.
- ExitScope();
-
+ // Leave the namespace scope.
+ ExitScope();
+
SourceLocation RBrace = MatchRHSPunctuation(tok::r_brace, LBrace);
Actions.ActOnFinishNamespaceDef(NamespcDecl, RBrace);
More information about the cfe-commits
mailing list