diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-05-20 19:03:38 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-05-20 19:03:38 +0000 |
| commit | 611184919f87030643f96832a8c875f489b68ec9 (patch) | |
| tree | 469fd71daf127b281a0ee4b119e7d87a702897e9 /openmp/runtime/src/kmp_io.c | |
| parent | b21d4e17a222fbaffb31d12d1e3bca991e2a549b (diff) | |
| download | bcm5719-llvm-611184919f87030643f96832a8c875f489b68ec9.tar.gz bcm5719-llvm-611184919f87030643f96832a8c875f489b68ec9.zip | |
Remove trailing whitespace in src/ directory
This patch doesn't affect D19878's context. So D19878 still cleanly applies.
llvm-svn: 270252
Diffstat (limited to 'openmp/runtime/src/kmp_io.c')
| -rw-r--r-- | openmp/runtime/src/kmp_io.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openmp/runtime/src/kmp_io.c b/openmp/runtime/src/kmp_io.c index ef808af8fb8..4e79e22efe6 100644 --- a/openmp/runtime/src/kmp_io.c +++ b/openmp/runtime/src/kmp_io.c @@ -43,7 +43,7 @@ kmp_bootstrap_lock_t __kmp_console_lock = KMP_BOOTSTRAP_LOCK_INITIALIZER( __kmp_ #if KMP_OS_WINDOWS - # ifdef KMP_DEBUG + # ifdef KMP_DEBUG /* __kmp_stdout is used only for dev build */ static HANDLE __kmp_stdout = NULL; # endif @@ -77,7 +77,7 @@ kmp_bootstrap_lock_t __kmp_console_lock = KMP_BOOTSTRAP_LOCK_INITIALIZER( __kmp_ /* wait until user presses return before closing window */ /* TODO only close if a window was opened */ if( __kmp_console_exists ) { - #ifdef KMP_DEBUG + #ifdef KMP_DEBUG /* standard out is used only in dev build */ __kmp_stdout = NULL; #endif @@ -95,7 +95,7 @@ kmp_bootstrap_lock_t __kmp_console_lock = KMP_BOOTSTRAP_LOCK_INITIALIZER( __kmp_ __kmp_acquire_bootstrap_lock( &__kmp_console_lock ); if( ! __kmp_console_exists ) { - #ifdef KMP_DEBUG + #ifdef KMP_DEBUG /* standard out is used only in dev build */ HANDLE ho; #endif |

