Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / PostRASchedulerList.cpp
index 6f76116da1ebdaabde4840e886d47516a64da0c6..6760b5f95097569b2a7a4b8b927a508daaa61324 100644 (file)
@@ -184,7 +184,7 @@ namespace {
     void dumpSchedule() const;
     void emitNoop(unsigned CurCycle);
   };
     void dumpSchedule() const;
     void emitNoop(unsigned CurCycle);
   };
-}
+} // namespace
 
 char &llvm::PostRASchedulerID = PostRAScheduler::ID;
 
 
 char &llvm::PostRASchedulerID = PostRAScheduler::ID;