Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / MC / ELFObjectWriter.cpp
index bbf0b2b69d3c8b3abdf62b16d5e1a6533c551525..2fe8db92195893c9172baa60c79c2706c10d0d39 100644 (file)
@@ -231,7 +231,7 @@ class ELFObjectWriter : public MCObjectWriter {
                       uint32_t GroupSymbolIndex, uint64_t Offset, uint64_t Size,
                       const MCSectionELF &Section);
   };
-}
+} // namespace
 
 void ELFObjectWriter::align(unsigned Alignment) {
   uint64_t Padding = OffsetToAlignment(OS.tell(), Alignment);