Normalize leading white space and remove trailing white space.
[gnulib.git] / m4 / inttypes-pri.m4
index fd007c3..cdf5dff 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