From c6e0538775df79454bbea8c0ff18fe5c70d4260d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 21 Jul 2025 01:30:08 +0200 Subject: [PATCH] formatting --- configure.ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index acf253eadc..34ba6bdfc7 100644 --- a/configure.ac +++ b/configure.ac @@ -1271,13 +1271,13 @@ if test "$HAVE_GETHOSTBYNAME" != "1" -o "${with_amissl+set}" = set; then AC_MSG_CHECKING([for gethostbyname for AmigaOS bsdsocket.library]) AC_LINK_IFELSE([ AC_LANG_PROGRAM([[ - #define __USE_INLINE__ - #include - #ifdef __amigaos4__ - struct SocketIFace *ISocket = NULL; - #else - struct Library *SocketBase = NULL; - #endif + #define __USE_INLINE__ + #include + #ifdef __amigaos4__ + struct SocketIFace *ISocket = NULL; + #else + struct Library *SocketBase = NULL; + #endif ]],[[ unsigned char host[] = "localhost"; gethostbyname(host);