HazardyKnusperkeks added inline comments.

================
Comment at: clang/lib/Format/DefinitionBlockSeparator.cpp:41
+      return 1;
+    else if (Tok->isOneOf(tok::r_brace, tok::r_paren, tok::r_square))
+      return -1;
----------------
This is also an else after return. ;)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119067/new/

https://reviews.llvm.org/D119067

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

Reply via email to