From: Chris Lattner Date: Tue, 19 Aug 2008 04:45:47 +0000 (+0000) Subject: whitespace cleanup X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=76a690e024c71e1336db27905cfa82c04f4c0cec;p=oota-llvm.git whitespace cleanup git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54980 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp index fb48814c003..54c72fb5502 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 ); }