make style

This commit is contained in:
Romuald Conty 2013-01-31 16:12:14 +01:00
parent acdde1088c
commit 519dd8f8e2
4 changed files with 7 additions and 9 deletions

View file

@ -33,7 +33,7 @@
// With MinGW, getopt(3) is provided as separate header
#if defined(WIN32) && defined(__GNUC__) /* mingw compiler */
#include <getopt.h>
#include <getopt.h>
#endif