diff options
author | Rui Ueyama <ruiu@google.com> | 2016-07-07 01:21:14 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-07-07 01:21:14 +0000 |
commit | a027d3394948f9ca7f70a5a31964b4302e5cb19d (patch) | |
tree | 4be3762545f748ea19c0c7883d5767b0e0fceeeb | |
parent | a2992311a2a81e96486602ebf400ff14369537b2 (diff) | |
download | bcm5719-llvm-a027d3394948f9ca7f70a5a31964b4302e5cb19d.tar.gz bcm5719-llvm-a027d3394948f9ca7f70a5a31964b4302e5cb19d.zip |
Fix indentation.
llvm-svn: 274719
-rw-r--r-- | lld/ELF/DriverUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/DriverUtils.cpp b/lld/ELF/DriverUtils.cpp index 92622e65246..7cbba62b268 100644 --- a/lld/ELF/DriverUtils.cpp +++ b/lld/ELF/DriverUtils.cpp @@ -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; } |