diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-08-19 04:45:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-08-19 04:45:47 +0000 |
| commit | 85ac9b1e4aff0ad4cfd31ae6e4a14b2f8adb33c4 (patch) | |
| tree | 67eb0b1cdbf9a5a38dc5a2f3e5879699430e24bb /llvm/lib | |
| parent | 57693dda1d5a4a8bc0050a1cd084538e9d147ef1 (diff) | |
| download | bcm5719-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.cpp | 2 |
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 ); } |

