]> git.ipfire.org Git - thirdparty/mtr.git/commit
style: convert c++ comment style to c style
authorSami Kerola <kerolasa@iki.fi>
Sat, 8 Oct 2016 10:11:48 +0000 (11:11 +0100)
committerSami Kerola <kerolasa@iki.fi>
Tue, 11 Oct 2016 18:29:19 +0000 (19:29 +0100)
commit028b3d0bec28e2fd434938fbdbd54c7ef61042e7
tree43138912d7bed737ea31f5b81a2ff9d7500bc0ee
parentf35df3d96c6eaa7c7f84e34b34d52cdaa5e648b3
style: convert c++ comment style to c style

// c++ style comments are not exactly forbid by standard, but
/* mixing two styles is worse than sticking to a one */

Reference: http://c0x.coding-guidelines.com/6.4.9.html
asn.c
curses.c
dns.c
gtk.c
mtr.c
net.c
raw.c
report.c