[PATCH] D45719: [clang-Format] Fix indentation of member call after block

Danila Malyutin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 1 08:57:36 PDT 2018


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





More information about the cfe-commits mailing list