danilaml added inline comments.

================
Comment at: lib/Format/FormatToken.h:323
+  bool closesScopeAfterBlock() const {
+    if(BlockKind == BK_Block)
+      return true;
----------------
Looks like all other `if`s in this file have space before `(`.


Repository:
  rC Clang

https://reviews.llvm.org/D45719



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to