minor formatting change

llvm-svn: 227205
This commit is contained in:
Andrey Churbanov 2015-01-27 17:06:18 +00:00
parent 1c33129956
commit 7a3467ab9d

View File

@ -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
}