From 4e1170d5d33b11e018ac1e613aad34fd1f0d5efd Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 22 Aug 2006 17:38:05 +0000 Subject: [PATCH] Fix some indentation. llvm-svn: 29825 --- include/llvm/System/TimeValue.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h index 07cb18c1343..2e7e3238618 100644 --- a/include/llvm/System/TimeValue.h +++ b/include/llvm/System/TimeValue.h @@ -354,14 +354,13 @@ namespace sys { /// @brief Normalize to canonical form. void normalize(); -/// @} + /// @} /// @name Data /// @{ private: - /// Store the values as a . - SecondsType seconds_;///< Stores the seconds part of the TimeVal - NanoSecondsType nanos_; ///< Stores the nanoseconds part of the TimeVal - + /// Store the values as a . + SecondsType seconds_;///< Stores the seconds part of the TimeVal + NanoSecondsType nanos_; ///< Stores the nanoseconds part of the TimeVal /// @} };