80-col violation.

llvm-svn: 86346
This commit is contained in:
Mikhail Glushenkov 2009-11-07 06:33:01 +00:00
parent 1be54634e0
commit e6571883fe

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