[Buildroot] [PATCH] swupdate: remove empty line

Jörg Krause joerg.krause at embedded.rocks
Sun Jan 14 17:53:06 UTC 2018


Reported by Yann E. Morin running:

```
    $ ./utils/check-package package/swupdate/swupdate.mk
    package/swupdate/swupdate.mk:42: consecutive empty lines
    140 lines processed
    1 warnings generated
```

Reported-by: Yann E. MORIN <yann.morin.1998 at free.fr>
Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>
---
 package/swupdate/swupdate.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk
index d1afbc4882..aa232e5837 100644
--- a/package/swupdate/swupdate.mk
+++ b/package/swupdate/swupdate.mk
@@ -39,7 +39,6 @@ else
 SWUPDATE_MAKE_ENV += HAVE_LIBCURL=n
 endif
 
-
 ifeq ($(BR2_PACKAGE_HAS_LUAINTERPRETER),y)
 SWUPDATE_DEPENDENCIES += luainterpreter host-pkgconf
 # defines the base name for the pkg-config file ("lua" or "luajit")
-- 
2.15.1



More information about the buildroot mailing list