OSDN Git Service

Eliminate tabs
authorJeff Cohen <jeffc@jolt-lang.org>
Wed, 13 Jul 2005 02:19:59 +0000 (02:19 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Wed, 13 Jul 2005 02:19:59 +0000 (02:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22421 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Mutex.h

index 8b5078d..282e1db 100644 (file)
@@ -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 &);
     /// @}
     };
   }