Delete trailing whitespace.
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_firebird / configure.in
index c1679f9..9f46b01 100644 (file)
@@ -56,7 +56,7 @@ if test x$with_[]modname != xno; then
        else
                sql_firebird_cflags="${sql_firebird_cflags} ${FIREBIRD_INCLUDE}"
                AC_MSG_RESULT(yes)
-  
+
                AC_MSG_CHECKING([for isc_attach_database -l$GDS])
 
                old_LIBS="$LIBS"
@@ -81,7 +81,7 @@ if test x$with_[]modname != xno; then
                        AC_MSG_WARN([firebird libraries not found.  Use --with-firebird-lib-dir=<path>.])
                        targetname=   # disabled module
                else
-                       AC_MSG_RESULT(yes) 
+                       AC_MSG_RESULT(yes)
                        sql_firebird_ldflags="$sql_firebird_ldflags $FIREBIRD_LIBS"
                fi
        fi