aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Verifier.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-08-19 04:45:47 +0000
committerChris Lattner <sabre@nondot.org>2008-08-19 04:45:47 +0000
commit76a690e024c71e1336db27905cfa82c04f4c0cec (patch)
treec507f89b2488d7f7e807c7dc1ce99f16e9a66c0f /lib/VMCore/Verifier.cpp
parent7de3b5db26bb3c8dcca5348fb7c0be4f9bd1bcb7 (diff)
downloadexternal_llvm-76a690e024c71e1336db27905cfa82c04f4c0cec.zip
external_llvm-76a690e024c71e1336db27905cfa82c04f4c0cec.tar.gz
external_llvm-76a690e024c71e1336db27905cfa82c04f4c0cec.tar.bz2
whitespace cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Verifier.cpp')
-rw-r--r--lib/VMCore/Verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp
index fb48814..54c72fb 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 );
}