diff mbox series

[1/1] package/bluez-alsa: fix empty line

Message ID 20211218223430.577974-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/bluez-alsa: fix empty line | expand

Commit Message

Fabrice Fontaine Dec. 18, 2021, 10:34 p.m. UTC
Fix the following warning added by commit
3ba8e88e396f216ac8486580b8817aac92ae93b2:

package/bluez-alsa/bluez-alsa.mk:79: consecutive empty lines

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/bluez-alsa/bluez-alsa.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Yann E. MORIN Dec. 18, 2021, 10:49 p.m. UTC | #1
Fabrice, All,

On 2021-12-18 23:34 +0100, Fabrice Fontaine spake thusly:
> Fix the following warning added by commit
> 3ba8e88e396f216ac8486580b8817aac92ae93b2:
> 
> package/bluez-alsa/bluez-alsa.mk:79: consecutive empty lines
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/bluez-alsa/bluez-alsa.mk | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/bluez-alsa/bluez-alsa.mk b/package/bluez-alsa/bluez-alsa.mk
> index a1e550ab6c..f5e3aa1245 100644
> --- a/package/bluez-alsa/bluez-alsa.mk
> +++ b/package/bluez-alsa/bluez-alsa.mk
> @@ -76,5 +76,4 @@ else
>  BLUEZ_ALSA_CONF_OPTS += --without-libopenaptx --disable-aptx --disable-aptx-hd
>  endif
>  
> -
>  $(eval $(autotools-package))
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/bluez-alsa/bluez-alsa.mk b/package/bluez-alsa/bluez-alsa.mk
index a1e550ab6c..f5e3aa1245 100644
--- a/package/bluez-alsa/bluez-alsa.mk
+++ b/package/bluez-alsa/bluez-alsa.mk
@@ -76,5 +76,4 @@  else
 BLUEZ_ALSA_CONF_OPTS += --without-libopenaptx --disable-aptx --disable-aptx-hd
 endif
 
-
 $(eval $(autotools-package))