+2010-04-11  Jim Meyering  <meyering@redhat.com>
+
+       openat: correct formatting (no semantic change)
+       * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE.
+       Suggested by Bruno Haible.
+
 2010-04-11  Bruno Haible  <bruno@clisp.org>
 
        Stricter declaration checking in testdirs.
 
-# serial 28
+# serial 29
 # See if we need to use our replacement for Solaris' openat et al functions.
 
 dnl Copyright (C) 2004-2010 Free Software Foundation, Inc.
 [
   AC_REQUIRE([gl_FUNC_CHOWN])
   AC_CHECK_FUNC([fchownat],
-    [gl_FUNC_FCHOWNAT_DEREF_BUG([REPLACE_FCHOWNAT=1
-      AC_DEFINE([FCHOWNAT_NOFOLLOW_BUG], [1], [Define to 1 if your
-      platform has fchownat, but it cannot perform lchown tasks.])
+    [gl_FUNC_FCHOWNAT_DEREF_BUG([
+      REPLACE_FCHOWNAT=1
+      AC_DEFINE([FCHOWNAT_NOFOLLOW_BUG], [1],
+                [Define to 1 if your platform has fchownat, but it cannot
+                 perform lchown tasks.])
       if test $REPLACE_CHOWN = 1; then
         REPLACE_FCHOWNAT=1
       fi])],