Skip to content

Commit 582a619

Browse files
committed
Trim trailing whitespaces in build files
Some editors utilizing .editorconfig automatically trim whitespaces. For convenience this patch removes whitespaces in certain build files: - ext/*/config*.m4 - configure.ac - acinclude.m4
1 parent 1ec30c2 commit 582a619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if test "$PHP_INTERBASE" != "no"; then
4646
], [
4747
-L$IBASE_LIBDIR
4848
])
49-
49+
5050
PHP_ADD_LIBRARY_WITH_PATH($IBASE_LIBNAME, $IBASE_LIBDIR, INTERBASE_SHARED_LIBADD)
5151
PHP_ADD_INCLUDE($IBASE_INCDIR)
5252
fi

0 commit comments

Comments
 (0)