git: b663e62b78cb - main - sysutils/cdrdao: whitespace fixes

From: Marius Strobl <marius_at_FreeBSD.org>
Date: Mon, 20 Dec 2021 21:02:00 UTC
The branch main has been updated by marius:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b663e62b78cb9a8cbf73a3fabd319c8025d981bd

commit b663e62b78cb9a8cbf73a3fabd319c8025d981bd
Author:     Marius Strobl <marius@FreeBSD.org>
AuthorDate: 2021-12-20 21:01:19 +0000
Commit:     Marius Strobl <marius@FreeBSD.org>
CommitDate: 2021-12-20 21:01:19 +0000

    sysutils/cdrdao: whitespace fixes
---
 sysutils/cdrdao/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index 2850e9a52eab..b3aeb5f6c8da 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -19,7 +19,6 @@ GNU_CONFIGURE=	yes
 USE_CXXSTD=	c++11
 
 OPTIONS_DEFINE=		DOCS TOC2MP3 MP3OGG
-
 OPTIONS_DEFAULT=	MP3OGG
 MP3OGG_DESC=		Build with MP3/Ogg support (for sysutils/gcdmaster)
 TOC2MP3_DESC=		Build with toc2mp3 (requires audio/lame)
@@ -42,7 +41,6 @@ USES+=			pkgconfig
 LIB_DEPENDS+=		libao.so:audio/libao \
 			libmad.so:audio/libmad \
 			libvorbis.so:audio/libvorbis
-
 CONFIGURE_ENV+=		AO_CFLAGS=-I${LOCALBASE}/include \
 			AO_LIBS="-L${LOCALBASE}/lib -lao" \
 			MAD_CFLAGS=-I${LOCALBASE}/include \