From: Reid Spencer Date: Tue, 22 Aug 2006 17:38:05 +0000 (+0000) Subject: Fix some indentation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9a2b7c91cbef0578ac3dd92520bd3c7b02f018af;p=oota-llvm.git Fix some indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29825 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 /// @} };