Fix silly "no newline at end of file" warning


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20809 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCISelPattern.cpp b/lib/Target/PowerPC/PPCISelPattern.cpp
index 5ea31ef..25b000f 100644
--- a/lib/Target/PowerPC/PPCISelPattern.cpp
+++ b/lib/Target/PowerPC/PPCISelPattern.cpp
@@ -753,4 +753,5 @@
 ///
 FunctionPass *llvm::createPPC32ISelPattern(TargetMachine &TM) {
   return new ISel(TM);  
-}
\ No newline at end of file
+}
+