[llvm-commits] CVS: llvm/include/llvm/System/Mutex.h
Jeff Cohen
jeffc at jolt-lang.org
Tue Jul 12 19:20:10 PDT 2005
Changes in directory llvm/include/llvm/System:
Mutex.h updated: 1.2 -> 1.3
---
Log message:
Eliminate tabs
---
Diffs of the changes: (+2 -2)
Mutex.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/System/Mutex.h
diff -u llvm/include/llvm/System/Mutex.h:1.2 llvm/include/llvm/System/Mutex.h:1.3
--- llvm/include/llvm/System/Mutex.h:1.2 Tue Jul 12 21:15:17 2005
+++ llvm/include/llvm/System/Mutex.h Tue Jul 12 21:19:59 2005
@@ -72,8 +72,8 @@
/// @name Do Not Implement
/// @{
private:
- Mutex(const Mutex & original);
- void operator=(const Mutex &);
+ Mutex(const Mutex & original);
+ void operator=(const Mutex &);
/// @}
};
}
More information about the llvm-commits
mailing list