git: b49c45cf3b38 - main - emulators/virtualbox-ose: Fix whitespace

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Thu, 18 May 2023 21:41:15 UTC
The branch main has been updated by cperciva:

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

commit b49c45cf3b380e8e16b372fd4cd7d0c3eb596ae5
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-05-18 21:40:16 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-05-18 21:40:16 +0000

    emulators/virtualbox-ose: Fix whitespace
    
    Tab, not spaces.
---
 emulators/virtualbox-ose/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index fd0219c7b2e7..f6e73b081d09 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -329,7 +329,7 @@ post-patch:
 	    -e 's|%%VBOX_ETC%%|${VBOX_ETC}|g' \
 	    -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 	    ${WRKSRC}/src/VBox/Installer/freebsd/VBox.sh
-        @${REINPLACE_CMD} -e 's|%%VBOX_ETC%%|${VBOX_ETC}|g' \
+	@${REINPLACE_CMD} -e 's|%%VBOX_ETC%%|${VBOX_ETC}|g' \
 	    ${WRKSRC}/src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp
 	@${REINPLACE_CMD} \
 	    -e 's|^versions =.*|versions = ["${PYTHON_VER}${PYTHON_ABIVER}"]|' \