Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / LibDriver / LibDriver.cpp
index 9f2b12f75b8b2c25e07bc789cf65c514d809ef0b..cb3278c716e6f9a8a3d4bc09485f020a989f215b 100644 (file)
@@ -54,7 +54,7 @@ public:
   LibOptTable() : OptTable(infoTable, llvm::array_lengthof(infoTable), true) {}
 };
 
-} // namespace
+}
 
 static std::string getOutputPath(llvm::opt::InputArgList *Args) {
   if (auto *Arg = Args->getLastArg(OPT_out))