Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / ARM / ARMFeatures.h
index 0c910ab6130f2d4167f9eb367a33675ef9a62f4c..5b4a44c72030331aeb86982fe54b906821298cc2 100644 (file)
@@ -92,6 +92,6 @@ inline bool isV8EligibleForIT(InstrType *Instr) {
   }
 }
 
-}
+} // namespace llvm
 
 #endif