summaryrefslogtreecommitdiff
path: root/lib/Support
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-07-19 00:06:06 +0000
committerBill Wendling <isanbard@gmail.com>2012-07-19 00:06:06 +0000
commit79223c3654451d14918ff1751b70c3eef1e4a874 (patch)
tree4df0bdedd89ae6a605fd6e7b33b39ae52bc70f50 /lib/Support
parent96cb1128528a512f1ef9c28ae5e1b78a98dcc505 (diff)
downloadllvm-79223c3654451d14918ff1751b70c3eef1e4a874.tar.gz
llvm-79223c3654451d14918ff1751b70c3eef1e4a874.tar.bz2
llvm-79223c3654451d14918ff1751b70c3eef1e4a874.tar.xz
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160476 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Windows/Process.inc2
-rw-r--r--lib/Support/Windows/RWMutex.inc6
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/Support/Windows/Process.inc b/lib/Support/Windows/Process.inc
index 9a388b4efc..6a1270c2f3 100644
--- a/lib/Support/Windows/Process.inc
+++ b/lib/Support/Windows/Process.inc
@@ -133,7 +133,7 @@ bool Process::StandardErrIsDisplayed() {
}
bool Process::FileDescriptorIsDisplayed(int fd) {
- DWORD Mode; // Unused
+ DWORD Mode; // Unused
return (GetConsoleMode((HANDLE)_get_osfhandle(fd), &Mode) != 0);
}
diff --git a/lib/Support/Windows/RWMutex.inc b/lib/Support/Windows/RWMutex.inc
index 26b9bba905..95939237ba 100644
--- a/lib/Support/Windows/RWMutex.inc
+++ b/lib/Support/Windows/RWMutex.inc
@@ -67,9 +67,9 @@ static bool loadSRW() {
"ReleaseSRWLockShared");
::FreeLibrary(hLib);
- if (fpInitializeSRWLock != NULL) {
- sHasSRW = true;
- }
+ if (fpInitializeSRWLock != NULL) {
+ sHasSRW = true;
+ }
}
}
return sHasSRW;