summaryrefslogtreecommitdiff
path: root/soltools/cpp
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-19 01:26:21 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-19 01:26:45 +0100
commit3991eaf5569c7039ea20000e70aac775b7899432 (patch)
tree26402686fb0d34fb0a5be880a146d2d188179654 /soltools/cpp
parentd0e11d7591bf27a3ac2198042a590884281365ec (diff)
reduce whitespaces between include and filename
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
Diffstat (limited to 'soltools/cpp')
-rw-r--r--soltools/cpp/_getopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/cpp/_getopt.c b/soltools/cpp/_getopt.c
index 42eeb3708b42..cbbfc822ebf0 100644
--- a/soltools/cpp/_getopt.c
+++ b/soltools/cpp/_getopt.c
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <stdio.h>
-#include <string.h>
+#include <stdio.h>
+#include <string.h>
#define EPR fprintf(stderr,
#define ERR(str, chr) if(opterr) { EPR "%s%c\n", str, chr); }