diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-11-07 06:33:01 +0000 | 
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-11-07 06:33:01 +0000 | 
| commit | b53593d320cf4baade61e5e1cf9fdabefd8b6aa3 (patch) | |
| tree | 20e117b7b55d54841d5b7b73ce0c38ff4832b170 | |
| parent | 74ab6efbe8b3a7cabca024247f49d715f57c915c (diff) | |
| download | bcm5719-llvm-b53593d320cf4baade61e5e1cf9fdabefd8b6aa3.tar.gz bcm5719-llvm-b53593d320cf4baade61e5e1cf9fdabefd8b6aa3.zip  | |
80-col violation.
llvm-svn: 86346
| -rw-r--r-- | llvm/include/llvm/System/TimeValue.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/System/TimeValue.h b/llvm/include/llvm/System/TimeValue.h index 168e2a7dcb6..b82647f74ed 100644 --- a/llvm/include/llvm/System/TimeValue.h +++ b/llvm/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  | 

