Removed trailing whitespace.

llvm-svn: 185743
diff --git a/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp b/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
index 51797c7..cef0495 100644
--- a/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
+++ b/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
@@ -528,7 +528,7 @@
 
 
     bool IsKnownSafe() const {
-      return RRI.KnownSafe;    
+      return RRI.KnownSafe;
     }
 
     void SetKnownSafe(const bool NewValue) {
@@ -1505,7 +1505,7 @@
 
         // Create the declaration lazily.
         LLVMContext &C = Inst->getContext();
-        
+
         Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_Release);
         CallInst *NewCall = CallInst::Create(Decl, Call->getArgOperand(0), "",
                                              Call);