mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 22:43:29 +00:00
80-col violation.
llvm-svn: 86346
This commit is contained in:
parent
1be54634e0
commit
e6571883fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user