mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Remove superfluous whitespace around if(). NFC.
This commit is contained in:
parent
c5969773c7
commit
766ee2bbfc
@ -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…
x
Reference in New Issue
Block a user