[PATCH] Refactor: Simplify boolean conditional return statements in llvm/lib/Support

Craig Topper craig.topper at gmail.com
Mon May 25 00:22:03 PDT 2015


================
Comment at: lib/Support/YAMLParser.cpp:966
@@ -969,1 +965,3 @@
+  return *Position == ' ' || *Position == '\t'
+      || *Position == '\r' || *Position == '\n';
 }
----------------
Operator should be on end of previous line

http://reviews.llvm.org/D9978

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list