80-col violation.

llvm-svn: 86346
This commit is contained in:
Mikhail Glushenkov 2009-11-07 06:33:01 +00:00
parent 74ab6efbe8
commit b53593d320
1 changed files with 2 additions and 2 deletions

View 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