[llvm-commits] [llvm] r86346 - /llvm/trunk/include/llvm/System/TimeValue.h

Mikhail Glushenkov foldr at codedgers.com
Fri Nov 6 22:33:01 PST 2009


Author: foldr
Date: Sat Nov  7 00:33:01 2009
New Revision: 86346

URL: http://llvm.org/viewvc/llvm-project?rev=86346&view=rev
Log:
80-col violation.

Modified:
    llvm/trunk/include/llvm/System/TimeValue.h

Modified: llvm/trunk/include/llvm/System/TimeValue.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/TimeValue.h?rev=86346&r1=86345&r2=86346&view=diff

==============================================================================
--- llvm/trunk/include/llvm/System/TimeValue.h (original)
+++ llvm/trunk/include/llvm/System/TimeValue.h Sat Nov  7 00:33:01 2009
@@ -65,8 +65,8 @@
   /// @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





More information about the llvm-commits mailing list