Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / BPF / BPFSubtarget.h
index 5ad58db75395e9e31bd8ce0f3d7f0d7f80480b02..701ac577dd741bed42ad60ccc7e0df230c65bde1 100644 (file)
@@ -59,6 +59,6 @@ public:
     return &InstrInfo.getRegisterInfo();
   }
 };
-} // End llvm namespace
+} // namespace llvm
 
 #endif