Removing some trailing whitespaces

llvm-svn: 137304
diff --git a/polly/lib/CodeGeneration.cpp b/polly/lib/CodeGeneration.cpp
index cf762b0..842f247 100644
--- a/polly/lib/CodeGeneration.cpp
+++ b/polly/lib/CodeGeneration.cpp
@@ -333,7 +333,7 @@
       Value *newPointer = getOperand(pointer, BBMap);
       return newPointer;
     }
-    
+
     Value *baseAddr = const_cast<Value*>(access.getBaseAddr());
     Value *newPointer = getNewAccessOperand(newAccessRelation, baseAddr,
                                             pointer, BBMap);