commit | 79223c3654451d14918ff1751b70c3eef1e4a874 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Jul 19 00:06:06 2012 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Jul 19 00:06:06 2012 +0000 |
tree | 4df0bdedd89ae6a605fd6e7b33b39ae52bc70f50 | |
parent | 96cb1128528a512f1ef9c28ae5e1b78a98dcc505 [diff] [blame] |
Remove tabs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160476 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Support/Windows/Process.inc b/lib/Support/Windows/Process.inc index 9a388b4..6a1270c 100644 --- a/lib/Support/Windows/Process.inc +++ b/lib/Support/Windows/Process.inc
@@ -133,7 +133,7 @@ } bool Process::FileDescriptorIsDisplayed(int fd) { - DWORD Mode; // Unused + DWORD Mode; // Unused return (GetConsoleMode((HANDLE)_get_osfhandle(fd), &Mode) != 0); }