[llvm-commits] CVS: llvm/include/llvm/System/TimeValue.h
Reid Spencer
reid at x10sys.com
Tue Aug 22 10:38:20 PDT 2006
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
/// @}
};
More information about the llvm-commits
mailing list