Fix some indentation.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 22 Aug 2006 17:38:05 +0000 (17:38 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 22 Aug 2006 17:38:05 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29825 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/TimeValue.h

index 07cb18c134398ad7eabe04011352120d63bae3e0..2e7e3238618c9bd934210d182626e1ed09457239 100644 (file)
@@ -354,14 +354,13 @@ namespace sys {
     /// @brief Normalize to canonical form.
     void normalize();
 
-/// @}
+  /// @}
   /// @name Data
   /// @{
   private:
-      /// Store the values as a <timeval>.
-      SecondsType      seconds_;///< Stores the seconds part of the TimeVal
-      NanoSecondsType  nanos_;  ///< Stores the nanoseconds part of the TimeVal
-
+    /// Store the values as a <timeval>.
+    SecondsType      seconds_;///< Stores the seconds part of the TimeVal
+    NanoSecondsType  nanos_;  ///< Stores the nanoseconds part of the TimeVal
   /// @}
 
   };