Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Transforms / IPO / StripSymbols.cpp
index 60c957347621b02b0e79e299518a9501271645b3..6f9af1dea2003007b7f3a15a78e46d47712fbad3 100644 (file)
@@ -95,7 +95,7 @@ namespace {
       AU.setPreservesAll();
     }
   };
-}
+} // namespace
 
 char StripSymbols::ID = 0;
 INITIALIZE_PASS(StripSymbols, "strip",