From: Bruno Haible <bruno@clisp.org>
Date: Sun, 16 Nov 2008 12:45:26 +0000 (+0100)
Subject: Fix indentation.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf200c171eb495e5aa9e9e7987edb929fa92bf6;p=pspp

Fix indentation.
---

diff --git a/ChangeLog b/ChangeLog
index 9a35b60515..0beb305c97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-16  Bruno Haible  <bruno@clisp.org>
+
+	* m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
+
 2008-11-16  Bruno Haible  <bruno@clisp.org>
 
 	Avoid test failure on Haiku.
diff --git a/m4/getaddrinfo.m4 b/m4/getaddrinfo.m4
index c3fa1c6a67..1c7b5c33bc 100644
--- a/m4/getaddrinfo.m4
+++ b/m4/getaddrinfo.m4
@@ -36,7 +36,8 @@ AC_DEFUN([gl_GETADDRINFO],
 #endif
 #include <stddef.h>
 ], [getaddrinfo(NULL, NULL, NULL, NULL);], gl_cv_w32_getaddrinfo=yes)
-    LIBS="$am_save_LIBS"])
+      LIBS="$am_save_LIBS"
+    ])
     if test "$gl_cv_w32_getaddrinfo" = "yes"; then
       LIBS="$LIBS -lws2_32"
     else