php7: fix some whitespace nitpicks
authorMichael Heimpold <redacted>
Wed, 2 Dec 2020 21:19:39 +0000 (22:19 +0100)
committerMichael Heimpold <redacted>
Sat, 16 Jan 2021 21:44:48 +0000 (22:44 +0100)
Align some lines with the rest, no functional change.

Signed-off-by: Michael Heimpold <redacted>
lang/php7/Makefile
lang/php7/pecl.mk

index 762ae268b17e423543c675f82567d5e2c3c6cf7d..d9a4fdc4c60bd93047cd0b4311f25286d3d18322 100644 (file)
@@ -257,9 +257,9 @@ endif
 
 ifneq ($(SDK)$(CONFIG_PACKAGE_php7-mod-imap),)
   CONFIGURE_ARGS+= \
-               --with-imap=shared,"$(STAGING_DIR)/usr" \
-               --with-kerberos=no \
-               --with-imap-ssl="$(STAGING_DIR)/usr"
+       --with-imap=shared,"$(STAGING_DIR)/usr" \
+       --with-kerberos=no \
+       --with-imap-ssl="$(STAGING_DIR)/usr"
 else
   CONFIGURE_ARGS+= --without-imap
 endif
index caafc66c339dadbe25ab3cd088678a53c336e523..6bb19a6906fe89635188f2dbab956e3f5bbbe43b 100644 (file)
@@ -17,7 +17,7 @@ define Build/Prepare
 endef
 
 CONFIGURE_VARS+= \
-        ac_cv_c_bigendian_php=$(if $(CONFIG_BIG_ENDIAN),yes,no)
+       ac_cv_c_bigendian_php=$(if $(CONFIG_BIG_ENDIAN),yes,no)
 
 CONFIGURE_ARGS+= \
        --with-php-config=$(STAGING_DIR)/usr/bin/php7-config
git clone https://git.99rst.org/PROJECT