Correct some spacing

This commit is contained in:
Gregory Nutt 2017-03-27 10:49:41 -06:00
parent dbc074edab
commit 941360bf12

View File

@ -536,12 +536,12 @@ choice
default PTHREAD_MUTEX_ROBUST if !DEFAULT_SMALL default PTHREAD_MUTEX_ROBUST if !DEFAULT_SMALL
default PTHREAD_UNSAFE if DEFAULT_SMALL default PTHREAD_UNSAFE if DEFAULT_SMALL
config PTHREAD_MUTEX_ROBUST config PTHREAD_MUTEX_ROBUST
bool "Robust mutexes" bool "Robust mutexes"
---help--- ---help---
Support only the robust form of the NORMAL mutex. Support only the robust form of the NORMAL mutex.
config PTHREAD_MUTEX_UNSAFE config PTHREAD_MUTEX_UNSAFE
bool "Traditional unsafe mutexes" bool "Traditional unsafe mutexes"
---help--- ---help---
Support only the traditional non-robust form of the NORMAL mutex. Support only the traditional non-robust form of the NORMAL mutex.
@ -549,7 +549,7 @@ choice
software you may be porting or, perhaps, if you are trying to minimize software you may be porting or, perhaps, if you are trying to minimize
footprint. footprint.
config PTHREAD_MUTEX_BOTH config PTHREAD_MUTEX_BOTH
bool "Both robust and unsafe mutexes" bool "Both robust and unsafe mutexes"
---help--- ---help---
Support both forms of NORMAL mutexes. Support both forms of NORMAL mutexes.
@ -561,12 +561,12 @@ choice
default PTHREAD_MUTEX_DEFAULT_ROBUST default PTHREAD_MUTEX_DEFAULT_ROBUST
depends on PTHREAD_MUTEX_BOTH depends on PTHREAD_MUTEX_BOTH
config PTHREAD_MUTEX_DEFAULT_ROBUST config PTHREAD_MUTEX_DEFAULT_ROBUST
bool "Robust default" bool "Robust default"
---help--- ---help---
The default is robust NORMAL mutexes (non-standard) The default is robust NORMAL mutexes (non-standard)
config PTHREAD_MUTEX_DEFAULT_UNSAFE config PTHREAD_MUTEX_DEFAULT_UNSAFE
bool "Unsafe default" bool "Unsafe default"
---help--- ---help---
The default is traditional unsafe NORMAL mutexes (standard) The default is traditional unsafe NORMAL mutexes (standard)