mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix some indentation.
llvm-svn: 29825
This commit is contained in:
parent
a6735ae8d1
commit
4e1170d5d3
@ -354,14 +354,13 @@ namespace sys {
|
||||
/// @brief Normalize to canonical form.
|
||||
void normalize();
|
||||
|
||||
/// @}
|
||||
/// @}
|
||||
/// @name Data
|
||||
/// @{
|
||||
private:
|
||||
/// Store the values as a <timeval>.
|
||||
SecondsType seconds_;///< Stores the seconds part of the TimeVal
|
||||
NanoSecondsType nanos_; ///< Stores the nanoseconds part of the TimeVal
|
||||
|
||||
/// @}
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user