diff options
Diffstat (limited to 'ace/Time_Value.h')
-rw-r--r-- | ace/Time_Value.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Time_Value.h b/ace/Time_Value.h index d3fa1094fef..5f085c020c0 100644 --- a/ace/Time_Value.h +++ b/ace/Time_Value.h @@ -5,13 +5,13 @@ // // = LIBRARY // ace -// +// // = FILENAME // Time_Value.h // // = AUTHOR -// Doug Schmidt -// +// Doug Schmidt +// // ============================================================================ #ifndef ACE_TIME_VALUE_H @@ -23,7 +23,7 @@ #include "ace/OS.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) -#pragma once +# pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #endif /* ACE_TIME_VALUE */ |