Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / CodeGen / GCs.h
index 64a01a3c1b494cd34fa9cb92b04614b762771fea..5418fff0b592f3dfca34efa6b796db02ffca2373 100644 (file)
@@ -21,7 +21,7 @@ class GCMetadataPrinter;
 /// FIXME: Collector instances are not useful on their own. These no longer
 ///        serve any purpose except to link in the plugins.
 
-/// Creates a CoreCLR-compatible garbage collector.\r
+/// Creates a CoreCLR-compatible garbage collector.
 void linkCoreCLRGC();
 
 /// Creates an ocaml-compatible garbage collector.
@@ -41,6 +41,6 @@ void linkErlangGCPrinter();
 void linkShadowStackGC();
 
 void linkStatepointExampleGC();
-}
+} // namespace llvm
 
 #endif