whitespace cleanup

llvm-svn: 54980
This commit is contained in:
Chris Lattner 2008-08-19 04:45:47 +00:00
parent 57693dda1d
commit 85ac9b1e4a
1 changed files with 1 additions and 1 deletions

View File

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