summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
diff options
context:
space:
mode:
authorAndrey Churbanov <Andrey.Churbanov@intel.com>2015-01-27 17:06:18 +0000
committerAndrey Churbanov <Andrey.Churbanov@intel.com>2015-01-27 17:06:18 +0000
commit7a3467ab9d8a40bde950392fa96eeb26857df6e1 (patch)
tree50d1fb59902d9331810f5105497b1358d5cf45b9 /openmp/runtime/src
parent1c33129956253fb8f1d001ac91c2b962d01caf25 (diff)
downloadbcm5719-llvm-7a3467ab9d8a40bde950392fa96eeb26857df6e1.tar.gz
bcm5719-llvm-7a3467ab9d8a40bde950392fa96eeb26857df6e1.zip
minor formatting change
llvm-svn: 227205
Diffstat (limited to 'openmp/runtime/src')
-rw-r--r--openmp/runtime/src/kmp_settings.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_settings.c b/openmp/runtime/src/kmp_settings.c
index f467e408fc6..94f9ad62612 100644
--- a/openmp/runtime/src/kmp_settings.c
+++ b/openmp/runtime/src/kmp_settings.c
@@ -5244,8 +5244,7 @@ __kmp_env_initialize( char const * string ) {
KMP_DEBUG_ASSERT( __kmp_affinity_type != affinity_default);
# if OMP_40_ENABLED
- KMP_DEBUG_ASSERT( __kmp_nested_proc_bind.bind_types[0]
- != proc_bind_default );
+ KMP_DEBUG_ASSERT( __kmp_nested_proc_bind.bind_types[0] != proc_bind_default );
# endif
}
OpenPOWER on IntegriCloud