Remove superfluous whitespace around if(). NFC.

This commit is contained in:
Simon Pilgrim 2020-10-25 14:14:09 +00:00
parent 2e204e2391
commit d64ea0f189
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ createLocalCompileCallbackManager(const Triple &T, ExecutionSession &ES,
}
case Triple::x86_64: {
if ( T.getOS() == Triple::OSType::Win32 ) {
if (T.getOS() == Triple::OSType::Win32) {
typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_Win32> CCMgrT;
return CCMgrT::Create(ES, ErrorHandlerAddress);
} else {