aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-22 17:38:05 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-22 17:38:05 +0000
commit9a2b7c91cbef0578ac3dd92520bd3c7b02f018af (patch)
tree7367ebb570b0fecec62f067b186621d0e97b1406 /include/llvm/System
parent57b79795b37b367d69d58ad10f25e997b4f55ce9 (diff)
downloadexternal_llvm-9a2b7c91cbef0578ac3dd92520bd3c7b02f018af.zip
external_llvm-9a2b7c91cbef0578ac3dd92520bd3c7b02f018af.tar.gz
external_llvm-9a2b7c91cbef0578ac3dd92520bd3c7b02f018af.tar.bz2
Fix some indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r--include/llvm/System/TimeValue.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h
index 07cb18c..2e7e323 100644
--- 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
/// @}
};