Fix indentation.

llvm-svn: 274719
This commit is contained in:
Rui Ueyama 2016-07-07 01:21:14 +00:00
parent a2992311a2
commit a027d33949
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static cl::TokenizerCallback getQuotingStyle(opt::InputArgList &Args) {
return cl::TokenizeWindowsCommandLine;
return cl::TokenizeGNUCommandLine;
}
if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32)
if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32)
return cl::TokenizeWindowsCommandLine;
return cl::TokenizeGNUCommandLine;
}