summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit014dd48fbcd81c27117deebeab82c6a48d06ce16 (patch)
treeffc882e391f78483411d2445a940d494b33f8957 /llvm
parent3800a28d46cbe98ffaf2302bc82f387740badd22 (diff)
downloadbcm5719-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.h4
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 &);
/// @}
};
}
OpenPOWER on IntegriCloud