80-col violation.
authorMikhail Glushenkov <foldr@codedgers.com>
Sat, 7 Nov 2009 06:33:01 +0000 (06:33 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Sat, 7 Nov 2009 06:33:01 +0000 (06:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86346 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/TimeValue.h

index 168e2a7dcb66dc5bf202fd9abc302934911864ae..b82647f74ed56bf5cbb5ccd4378d790a59f2def3 100644 (file)
@@ -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