Much semicolon after namespaces.
authorManuel Klimek <klimek@google.com>
Wed, 6 Feb 2013 16:08:09 +0000 (16:08 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 6 Feb 2013 16:08:09 +0000 (16:08 +0000)
commit046b9306d4b39b48dc74a84ce40a7f6931aea7d4
tree0251fff3645a46debaed63123b4202df8ea14eb3
parentc485b4e5b8adf751794c2fab702b2ef62deb3fa7
Much semicolon after namespaces.

We now leave the semicolon in the line of the closing brace in:
namespace {
...
};

llvm-svn: 174514
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp