diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-19 04:45:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-19 04:45:47 +0000 |
commit | 76a690e024c71e1336db27905cfa82c04f4c0cec (patch) | |
tree | c507f89b2488d7f7e807c7dc1ce99f16e9a66c0f | |
parent | 7de3b5db26bb3c8dcca5348fb7c0be4f9bd1bcb7 (diff) |
whitespace cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54980 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/VMCore/Verifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp index fb48814c00..54c72fb550 100644 --- a/lib/VMCore/Verifier.cpp +++ b/lib/VMCore/Verifier.cpp @@ -280,7 +280,7 @@ namespace { } } - void WriteType(const Type* T ) { + void WriteType(const Type *T) { if ( !T ) return; WriteTypeSymbolic(msgs, T, Mod ); } |