ecki / net-tools

Linux base networking tools
GNU General Public License v2.0
243 stars 92 forks source link

Fixed trailing whitespace issue with a and i flags #7

Closed efeller closed 8 years ago

ecki commented 8 years ago

Thanks for the PR, I think I would prefer an if (first) {printf("%s"...); first = false} else printf(" %s", ...) versionwith no extracount method. I also pushed the latest changes from sourceforge to this fork, so you might want to pull first as well.

efeller commented 8 years ago

@ecki Thanks. Sounds like a good solution. Will pull in the new changes and send the modifications.

efeller commented 8 years ago

@ecki Done. Please let me know if I missed something (https://github.com/ecki/net-tools/commit/8643228541148ca144576d4f117261a92e8e7f0c)