forked from OSchip/llvm-project
Remove superfluous whitespace around if(). NFC.
This commit is contained in:
parent
2e204e2391
commit
d64ea0f189
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue