From: Mikhail Glushenkov Date: Sat, 7 Nov 2009 06:33:01 +0000 (+0000) Subject: 80-col violation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4e2211112e388ebd9ba33fe08e4fbaeca8310ea5;p=oota-llvm.git 80-col violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86346 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h index 168e2a7dcb6..b82647f74ed 100644 --- a/include/llvm/System/TimeValue.h +++ b/include/llvm/System/TimeValue.h @@ -65,8 +65,8 @@ namespace sys { /// @name Types /// @{ public: - typedef int64_t SecondsType; ///< Type used for representing seconds. - typedef int32_t NanoSecondsType; ///< Type used for representing nanoseconds. + typedef int64_t SecondsType; ///< Type used for representing seconds. + typedef int32_t NanoSecondsType;///< Type used for representing nanoseconds. enum TimeConversions { NANOSECONDS_PER_SECOND = 1000000000, ///< One Billion