Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / PowerPC / PPCFrameLowering.h
index 28d074ecd79d8347482f0568ab5bc42447b72efe..b232863c9614b0e1fd8210b9dbb45a80d16e6386 100644 (file)
@@ -93,6 +93,6 @@ public:
   const SpillSlot *
   getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
 };
-} // End llvm namespace
+} // namespace llvm
 
 #endif