Leave whitespace alone when importing, undoing that part of yesterday's
[gnulib.git] / m4 / inttypes-pri.m4
index cdf5dff..fd007c3 100644 (file)
@@ -18,7 +18,7 @@ AC_DEFUN([gt_INTTYPES_PRI],
     AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
       gt_cv_inttypes_pri_broken,
       [
-       AC_TRY_COMPILE([#include <inttypes.h>
+        AC_TRY_COMPILE([#include <inttypes.h>
 #ifdef PRId32
 char *p = PRId32;
 #endif