From b639f1461e77904ff210217af2aee327cc7063ea Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Wed, 13 Jul 2005 02:19:59 +0000 Subject: [PATCH] Eliminate tabs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22421 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/Mutex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/System/Mutex.h b/include/llvm/System/Mutex.h index 8b5078d16d6..282e1db7313 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 &); /// @} }; }