Remove tabs.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61097 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGValue.h b/lib/CodeGen/CGValue.h
index f16bb08..dbd9dad 100644
--- a/lib/CodeGen/CGValue.h
+++ b/lib/CodeGen/CGValue.h
@@ -111,9 +111,9 @@
   } LVType;
 
   enum ObjCType {
-    None = 0,	// object with no gc attribute.
-    Weak,	// __weak object expression
-    Strong      // __strong object expression
+    None = 0,     // object with no gc attribute.
+    Weak,         // __weak object expression
+    Strong        // __strong object expression
   };
   
   llvm::Value *V;