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

Richard legalize at xmission.com
Mon May 25 08:41:44 PDT 2015


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

http://reviews.llvm.org/D9978

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






More information about the llvm-commits mailing list