alexfh added inline comments.

================
Comment at: docs/clang-tidy/checks/misc-unused-parameters.rst:15
+
+  void a(int  /*i*/) {}
+
----------------
sylvestre.ledru wrote:
> alexfh wrote:
> > nit: two spaces before the comment.
> I believe it is the case ? 
> I stole this from the unit test //test/clang-tidy/misc-unused-parameters.c//
Indeed. But now we have `-format-style=` option to fix formatting after 
applying fixes ;). Since it's not on by default, it's fair to leave the example 
as is.


https://reviews.llvm.org/D31860



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

Reply via email to