]> granicus.if.org Git - llvm/commitdiff
[Orc] Remove trailing whitespace.
authorLang Hames <lhames@gmail.com>
Sun, 7 May 2017 20:39:46 +0000 (20:39 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 7 May 2017 20:39:46 +0000 (20:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302377 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/RPCSerialization.h

index a3be242b44577af74607b95a3fc66730d29d231d..1cb2448a3a44b38490f47e8b6a3b9c621f37d50a 100644 (file)
@@ -355,7 +355,7 @@ public:
                                             std::move(Deserialize)));
       KeyName = &I->first;
     }
-    
+
     {
       assert(KeyName != nullptr && "No keyname pointer");
       std::lock_guard<std::recursive_mutex> Lock(SerializersMutex);
@@ -370,7 +370,7 @@ public:
         };
     }
   }
-  
+
   static Error serialize(ChannelT &C, Error &&Err) {
     std::lock_guard<std::recursive_mutex> Lock(SerializersMutex);