Trim beginning whitespace

This commit is contained in:
Peter Kokot
2018-10-03 11:16:50 +02:00
parent d1d0e0e896
commit d6281bc9a6
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
$(top_srcdir)/ext/mailparse/php_mailparse_rfc822.c: $(top_srcdir)/ext/mailparse/php_mailparse_rfc822.re
re2c -b $(top_srcdir)/ext/mailparse/php_mailparse_rfc822.re > $@

View File

@@ -1,4 +1,3 @@
PHP_ARG_ENABLE(mailparse, whether to enable mailparse support,
[ --enable-mailparse Enable mailparse support.])