| author | John Scipione <jscipione@gmail.com> | 2014-07-11 12:04:57.0 -04:00:00 |
|---|---|---|
| committer | John Scipione <jscipione@gmail.com> | 2014-07-11 12:04:57.0 -04:00:00 |
| commit | 9d26d59ebc0cd32e1ec9c4538eb187545078f8b6 [patch] |
|
| tree | 194fe94df70333711e46ff6b094d25ce887ae3a4 |
|
| parent | 3ad9ac2317f63b65937473c4fbe37c9e93e3a116 |
|
| download | 9d26d59ebc0cd32e1ec9c4538eb187545078f8b6.tar.gz |
|
Remove trailing space in comment
Diff
gcc/libstdc++-v3/config/os/haiku/os_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/libstdc++-v3/config/os/haiku/os_defines.h b/gcc/libstdc++-v3/config/os/haiku/os_defines.h index 0793756..4674f7b 100644 --- a/gcc/libstdc++-v3/config/os/haiku/os_defines.h +++ b/gcc/libstdc++-v3/config/os/haiku/os_defines.h @@ -34,7 +34,7 @@ // file will come before all others. // On Haiku, nanosleep and sched_yield are always available except for the // kernel and the bootloader, so use them. // kernel and the bootloader, so use them. #if !defined(_KERNEL_MODE) && !defined(_LOADER_MODE) #define _GLIBCXX_USE_NANOSLEEP 1 #define _GLIBCXX_USE_SCHED_YIELD 1