Remove vim settings from source code; people should use llvm/utils/vim/vimrc
[oota-llvm.git] / include / llvm / AbstractTypeUser.h
index de9565f723aa6191d7928cdebe551d8e806d3af0..9e96a99af0be0c83692d7d4f16f26e230271b79a 100644 (file)
@@ -52,7 +52,7 @@ public:
   /// its internal state to reference NewType instead of OldType.
   ///
   virtual void refineAbstractType(const DerivedType *OldTy,
-                                 const Type *NewTy) = 0;
+                                  const Type *NewTy) = 0;
 
   /// The other case which AbstractTypeUsers must be aware of is when a type
   /// makes the transition from being abstract (where it has clients on it's