djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.

Minor nit, otherwise looks good.



================
Comment at: lib/Format/NamespaceEndCommentsFixer.cpp:152
+    const FormatToken *EndCommentNextTok = EndCommentPrevTok->Next;
+    if (EndCommentNextTok && EndCommentNextTok->is(tok::comment)) {
+      EndCommentNextTok = EndCommentNextTok->Next;
----------------
No braces around single-statement ifs.


https://reviews.llvm.org/D30688



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D30688: [clang-f... Daniel Jasper via Phabricator via cfe-commits

Reply via email to