whitespace cleanup

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54980 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2008-08-19 04:45:47 +00:00
parent 7de3b5db26
commit 76a690e024

View File

@ -280,7 +280,7 @@ namespace {
} }
} }
void WriteType(const Type* T ) { void WriteType(const Type *T) {
if ( !T ) return; if ( !T ) return;
WriteTypeSymbolic(msgs, T, Mod ); WriteTypeSymbolic(msgs, T, Mod );
} }