[haiku-commits] buildtools: btrev43081 - gcc/libstdc++-v3/config/os/haiku

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 11 Jul 2014 18:04:55 +0200 (CEST)

btrev43081 adds 1 changeset to branch 'master'
old head: 3ad9ac2317f63b65937473c4fbe37c9e93e3a116
new head: 9d26d59ebc0cd32e1ec9c4538eb187545078f8b6
overview: http://cgit.haiku-os.org/buildtools/log/?qt=range&q=9d26d59+%5E3ad9ac2

----------------------------------------------------------------------------

9d26d59: Remove trailing space in comment

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    btrev43081
Commit:      9d26d59ebc0cd32e1ec9c4538eb187545078f8b6
URL:         http://cgit.haiku-os.org/buildtools/commit/?id=9d26d59
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Fri Jul 11 16:04:57 2014 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
gcc/libstdc++-v3/config/os/haiku/os_defines.h | 2 +-

----------------------------------------------------------------------------

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


Other related posts:

  • » [haiku-commits] buildtools: btrev43081 - gcc/libstdc++-v3/config/os/haiku - jscipione