1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

whitespace cleanup

llvm-svn: 54980
This commit is contained in:
Chris Lattner 2008-08-19 04:45:47 +00:00
parent b5e0d71a07
commit b4cfc1a85e

View File

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