From: Florian Forster Date: Mon, 20 Mar 2017 07:09:20 +0000 (+0100) Subject: src/oping.c: Coding style fixes. X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=2645b3e8439abd58bc17d14f39d822c52c13d7be;hp=2645b3e8439abd58bc17d14f39d822c52c13d7be;p=liboping.git src/oping.c: Coding style fixes. This also removes a "for loop initial declaration" which GCC complains about when not in C99 mode. *sigh* ---