diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-13 02:19:59 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-13 02:19:59 +0000 |
commit | b639f1461e77904ff210217af2aee327cc7063ea (patch) | |
tree | 052f3a05dacb8b18c62e8b9f7af53440e55545f9 /include/llvm/System | |
parent | 6d2352249af8853c8307a7cf679017b32d27958c (diff) | |
download | external_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.h | 4 |
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 &); /// @} }; } |