Prevent clang-format from moving the namespace closing brace, NFC

llvm-svn: 215954
This commit is contained in:
Duncan P. N. Exon Smith 2014-08-19 00:21:04 +00:00
parent 4847822e30
commit 544e6159e3

View File

@ -761,6 +761,6 @@ public:
}
};
}
} // end namespace llvm
#endif