Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / BPF / BPFRegisterInfo.h
index 7072dd0bde1a5d9c7df475d63f7297b45c55477f..44977a21095928cd4c7351730338fef8ff018ee1 100644 (file)
@@ -35,6 +35,6 @@ struct BPFRegisterInfo : public BPFGenRegisterInfo {
 
   unsigned getFrameRegister(const MachineFunction &MF) const override;
 };
-}
+} // namespace llvm
 
 #endif