From 4e2211112e388ebd9ba33fe08e4fbaeca8310ea5 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Sat, 7 Nov 2009 06:33:01 +0000 Subject: [PATCH] 80-col violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86346 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/TimeValue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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