diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 03:18:56 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 03:18:56 +0000 |
commit | 59f6449cff14d7edac319d4eab4b52b8bd858e92 (patch) | |
tree | 9c695fb7ee52dd8d625daef0ec0e98b9bdbff1f3 /include/llvm/AbstractTypeUser.h | |
parent | 672c11b41fe66f96a3f3c6b16f839c1edf66a384 (diff) |
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/AbstractTypeUser.h')
-rw-r--r-- | include/llvm/AbstractTypeUser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/AbstractTypeUser.h b/include/llvm/AbstractTypeUser.h index de9565f723..9e96a99af0 100644 --- a/include/llvm/AbstractTypeUser.h +++ b/include/llvm/AbstractTypeUser.h @@ -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 |