]> granicus.if.org Git - clang/commitdiff
Convert CRLF to LF.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 1 May 2008 21:44:34 +0000 (21:44 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 1 May 2008 21:44:34 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50542 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseDeclCXX.cpp

index 475fb25842d2e84055408e415ebcd67e400fad4a..0a20911c7d32dbf2c2dc730a946bd291b86a3c5d 100644 (file)
@@ -74,9 +74,9 @@ Parser::DeclTy *Parser::ParseNamespace(unsigned Context) {
     while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof))
       ParseExternalDeclaration();
     
-    // Leave the namespace scope.\r
-    ExitScope();\r
-\r
+    // Leave the namespace scope.
+    ExitScope();
+
     SourceLocation RBrace = MatchRHSPunctuation(tok::r_brace, LBrace);
     Actions.ActOnFinishNamespaceDef(NamespcDecl, RBrace);