[PATCH] llvm-objdump: Some style cleanups to follow LLVM coding style
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Wed Jan 22 14:19:29 PST 2014
LGTM. This kind of change is normally OK for post commit review.
================
Comment at: tools/llvm-objdump/llvm-objdump.cpp:153
@@ -154,1 +152,3 @@
+bool llvm::error(error_code EC) {
+ if (!EC) return false;
----------------
newline before the return.
http://llvm-reviews.chandlerc.com/D2594
More information about the llvm-commits
mailing list