summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit2b0796504248f3e22dde7ab4a8f697ae494f80d2 (patch)
tree6ccc82d8b85699ae9ece4f04f894c2cfcba50489 /llvm/lib/Support
parentd163405df8e19ba497b4fbf08f27f22ef1b66b43 (diff)
downloadbcm5719-llvm-2b0796504248f3e22dde7ab4a8f697ae494f80d2.tar.gz
bcm5719-llvm-2b0796504248f3e22dde7ab4a8f697ae494f80d2.zip
Remove tabs.
llvm-svn: 160476
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Windows/Process.inc2
-rw-r--r--llvm/lib/Support/Windows/RWMutex.inc6
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Support/Windows/Process.inc b/llvm/lib/Support/Windows/Process.inc
index 9a388b4efc6..6a1270c2f30 100644
--- a/llvm/lib/Support/Windows/Process.inc
+++ b/llvm/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/llvm/lib/Support/Windows/RWMutex.inc b/llvm/lib/Support/Windows/RWMutex.inc
index 26b9bba9052..95939237ba6 100644
--- a/llvm/lib/Support/Windows/RWMutex.inc
+++ b/llvm/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;
OpenPOWER on IntegriCloud