1
0
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:
Reid Spencer 2006-08-22 17:38:05 +00:00
parent a6735ae8d1
commit 4e1170d5d3

View File

@ -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
/// Store the values as a <timeval>.
SecondsType seconds_;///< Stores the seconds part of the TimeVal
NanoSecondsType nanos_; ///< Stores the nanoseconds part of the TimeVal
/// @}
};