diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-06-20 21:43:20 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-06-20 21:43:20 +0000 |
commit | d4ea631fec5e732be21506bfc353758aff519c66 (patch) | |
tree | e722ac9474408081c449c3da967f3257a8279ad7 /llvm/unittests/Support/ScaledNumberTest.cpp | |
parent | 26646108c93ca43b226060052fcae0aacba70ea0 (diff) | |
download | bcm5719-llvm-d4ea631fec5e732be21506bfc353758aff519c66.tar.gz bcm5719-llvm-d4ea631fec5e732be21506bfc353758aff519c66.zip |
Support: Mark end of namespaces
This convinces clang-format to leave a newline.
llvm-svn: 211406
Diffstat (limited to 'llvm/unittests/Support/ScaledNumberTest.cpp')
-rw-r--r-- | llvm/unittests/Support/ScaledNumberTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/unittests/Support/ScaledNumberTest.cpp b/llvm/unittests/Support/ScaledNumberTest.cpp index d1277d0479a..e6d24d4512f 100644 --- a/llvm/unittests/Support/ScaledNumberTest.cpp +++ b/llvm/unittests/Support/ScaledNumberTest.cpp @@ -78,4 +78,5 @@ TEST(FloatsTest, getAdjusted) { EXPECT_EQ(getAdjusted64(Max32In64 + 1), SP64(Max32In64 + 1, 0)); EXPECT_EQ(getAdjusted64(UINT64_MAX), SP64(UINT64_MAX, 0)); } -} + +} // end namespace |