Changes in directory llvm/include/llvm/System:

TimeValue.h updated: 1.15 -> 1.16
---
Log message:

Fix some indentation.


---
Diffs of the changes:  (+4 -5)

 TimeValue.h |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)


Index: llvm/include/llvm/System/TimeValue.h
diff -u llvm/include/llvm/System/TimeValue.h:1.15 
llvm/include/llvm/System/TimeValue.h:1.16
--- llvm/include/llvm/System/TimeValue.h:1.15   Wed Jul 26 11:55:39 2006
+++ llvm/include/llvm/System/TimeValue.h        Tue Aug 22 12:38:05 2006
@@ -354,14 +354,13 @@
     /// @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
   /// @}
 
   };



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to