(date): Interpret the date, L/M/N, as YYYY/MM/DD
[gnulib.git] / lib / xstrtod.c
index f6edefc..1e55cd1 100644 (file)
 /* Written by Jim Meyering.  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #ifdef STDC_HEADERS
-#include <stdlib.h>
+# include <stdlib.h>
 #else
 double strtod ();
 #endif