aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-07-13 02:19:59 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-07-13 02:19:59 +0000
commitb639f1461e77904ff210217af2aee327cc7063ea (patch)
tree052f3a05dacb8b18c62e8b9f7af53440e55545f9 /include/llvm/System
parent6d2352249af8853c8307a7cf679017b32d27958c (diff)
downloadexternal_llvm-b639f1461e77904ff210217af2aee327cc7063ea.zip
external_llvm-b639f1461e77904ff210217af2aee327cc7063ea.tar.gz
external_llvm-b639f1461e77904ff210217af2aee327cc7063ea.tar.bz2
Eliminate tabs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r--include/llvm/System/Mutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/System/Mutex.h b/include/llvm/System/Mutex.h
index 8b5078d..282e1db 100644
--- a/include/llvm/System/Mutex.h
+++ b/include/llvm/System/Mutex.h
@@ -72,8 +72,8 @@ namespace llvm
/// @name Do Not Implement
/// @{
private:
- Mutex(const Mutex & original);
- void operator=(const Mutex &);
+ Mutex(const Mutex & original);
+ void operator=(const Mutex &);
/// @}
};
}