diff options
Diffstat (limited to 'ace/Thread.h')
-rw-r--r-- | ace/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Thread.h b/ace/Thread.h index bdeb8148a05..06e91173c67 100644 --- a/ace/Thread.h +++ b/ace/Thread.h @@ -20,7 +20,7 @@ #include "ace/ACE.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) -#pragma once +# pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ class ACE_Export ACE_Thread |