(date): Interpret the date, L/M/N, as YYYY/MM/DD
[gnulib.git] / lib / argmatch.c
index 5f47711..c0708bf 100644 (file)
 /* Written by David MacKenzie <djm@ai.mit.edu> */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #include <sys/types.h>
 
 #include <stdio.h>
 #ifdef STDC_HEADERS
-#include <string.h>
+# include <string.h>
 #endif
 
 extern char *program_name;