aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseDeclCXX.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2008-05-01 21:44:34 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2008-05-01 21:44:34 +0000
commit8ba5d792032f475eb653ca6340eb51068df0fa90 (patch)
tree9ae9a92a25eddc86a3689699c3fc0d02914ce3ac /lib/Parse/ParseDeclCXX.cpp
parent9040c65860932fc8eded28e1558394d66d44b4cf (diff)
Convert CRLF to LF.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseDeclCXX.cpp')
-rw-r--r--lib/Parse/ParseDeclCXX.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Parse/ParseDeclCXX.cpp b/lib/Parse/ParseDeclCXX.cpp
index 475fb25842..0a20911c7d 100644
--- a/lib/Parse/ParseDeclCXX.cpp
+++ b/lib/Parse/ParseDeclCXX.cpp
@@ -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.
- ExitScope();
-
+ // Leave the namespace scope.
+ ExitScope();
+
SourceLocation RBrace = MatchRHSPunctuation(tok::r_brace, LBrace);
Actions.ActOnFinishNamespaceDef(NamespcDecl, RBrace);