Skip to content

Commit d436c48

Browse files
committed
build, refactor: Replace tabs with spaces
1 parent 5f44c5c commit d436c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ esac
359359
if test "$enable_debug" = "yes"; then
360360
dnl Clear default -g -O2 flags
361361
if test "$CXXFLAGS_overridden" = "no"; then
362-
CXXFLAGS=""
362+
CXXFLAGS=""
363363
fi
364364

365365
dnl Disable all optimizations
@@ -978,14 +978,14 @@ AC_CHECK_DECLS([setsid])
978978
AC_CHECK_DECLS([pipe2])
979979

980980
AC_CHECK_DECLS([le16toh, le32toh, le64toh, htole16, htole32, htole64, be16toh, be32toh, be64toh, htobe16, htobe32, htobe64],,,
981-
[#if HAVE_ENDIAN_H
981+
[#if HAVE_ENDIAN_H
982982
#include <endian.h>
983983
#elif HAVE_SYS_ENDIAN_H
984984
#include <sys/endian.h>
985985
#endif])
986986

987987
AC_CHECK_DECLS([bswap_16, bswap_32, bswap_64],,,
988-
[#if HAVE_BYTESWAP_H
988+
[#if HAVE_BYTESWAP_H
989989
#include <byteswap.h>
990990
#endif])
991991

0 commit comments

Comments
 (0)