[Orc] Remove trailing whitespace.

llvm-svn: 302377
This commit is contained in:
Lang Hames 2017-05-07 20:39:46 +00:00
parent 5cf77125fc
commit e52c61bf0f
1 changed files with 2 additions and 2 deletions

View 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);