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