summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit85ac9b1e4aff0ad4cfd31ae6e4a14b2f8adb33c4 (patch)
tree67eb0b1cdbf9a5a38dc5a2f3e5879699430e24bb /llvm/lib
parent57693dda1d5a4a8bc0050a1cd084538e9d147ef1 (diff)
downloadbcm5719-llvm-85ac9b1e4aff0ad4cfd31ae6e4a14b2f8adb33c4.tar.gz
bcm5719-llvm-85ac9b1e4aff0ad4cfd31ae6e4a14b2f8adb33c4.zip
whitespace cleanup
llvm-svn: 54980
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Verifier.cpp b/llvm/lib/VMCore/Verifier.cpp
index fb48814c003..54c72fb5502 100644
--- a/llvm/lib/VMCore/Verifier.cpp
+++ b/llvm/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 );
}
OpenPOWER on IntegriCloud