projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b7979
)
Fix some indentation.
author
Reid Spencer
<rspencer@reidspencer.com>
Tue, 22 Aug 2006 17:38:05 +0000
(17:38 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Tue, 22 Aug 2006 17:38:05 +0000
(17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29825
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/System/TimeValue.h
patch
|
blob
|
history
diff --git
a/include/llvm/System/TimeValue.h
b/include/llvm/System/TimeValue.h
index 07cb18c134398ad7eabe04011352120d63bae3e0..2e7e3238618c9bd934210d182626e1ed09457239 100644
(file)
--- a/
include/llvm/System/TimeValue.h
+++ b/
include/llvm/System/TimeValue.h
@@
-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
/// @}
};