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 | 014dd48fbcd81c27117deebeab82c6a48d06ce16 (patch) | |
tree | ffc882e391f78483411d2445a940d494b33f8957 /llvm | |
parent | 3800a28d46cbe98ffaf2302bc82f387740badd22 (diff) | |
download | bcm5719-llvm-014dd48fbcd81c27117deebeab82c6a48d06ce16.tar.gz bcm5719-llvm-014dd48fbcd81c27117deebeab82c6a48d06ce16.zip |
Eliminate tabs
llvm-svn: 22421
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/System/Mutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/System/Mutex.h b/llvm/include/llvm/System/Mutex.h index 8b5078d16d6..282e1db7313 100644 --- a/llvm/include/llvm/System/Mutex.h +++ b/llvm/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 &); /// @} }; } |