Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / BPF / BPFISelLowering.h
index ec71dca2faeb1b35c74ad54020bab536cf66a850..b56bb39ca85df334e4c22195573d1efd56a6c48a 100644 (file)
@@ -85,6 +85,6 @@ private:
     return true;
   }
 };
-}
+} // namespace llvm
 
 #endif