seafile-seahub: whitespace update 9146/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 4 Jun 2019 11:29:00 +0000 (14:29 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 18 Jun 2019 12:12:22 +0000 (15:12 +0300)
Just un-indent the package definition a bit.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/seafile-seahub/Makefile

index 9a0e476f5e33c9cb50b06d6bd441997cbfdff950..50a4dffeee6bb57a65167b4950b612a2a7d4a831 100644 (file)
@@ -27,16 +27,16 @@ SEAFILE_PYTHON_DEPENDS:= \
        django django-constance
 
 define Package/seafile-seahub
-    SECTION:=net
-    CATEGORY:=Network
-    TITLE:=Seafile server - seahub component
-    URL:=https://seafile.com/
-    DEPENDS:=+python +pillow +django-appconf \
-               +django-compressor +django-formtools +django-jsonfield \
-               +django-picklefield +django-postoffice +django-restframework \
-               +django-simple-captcha +django-statici18n +django-webpack-loader \
-               +flup +gunicorn +openpyxl \
-               $(foreach dep,$(SEAFILE_PYTHON_DEPENDS),+python-$(dep))
+  SECTION:=net
+  CATEGORY:=Network
+  TITLE:=Seafile server - seahub component
+  URL:=https://seafile.com/
+  DEPENDS:=+python +pillow +django-appconf \
+       +django-compressor +django-formtools +django-jsonfield \
+       +django-picklefield +django-postoffice +django-restframework \
+       +django-simple-captcha +django-statici18n +django-webpack-loader \
+       +flup +gunicorn +openpyxl \
+       $(foreach dep,$(SEAFILE_PYTHON_DEPENDS),+python-$(dep))
 endef
 
 define Build/Configure