From 7fa46fde5241c13bd6eefcf83299631c65021a43 Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Thu, 18 Nov 2021 10:16:08 +0000 Subject: Remove unnecessary tabs from scripts --- scripts/install_pulseaudio_sources_apt.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install_pulseaudio_sources_apt.sh b/scripts/install_pulseaudio_sources_apt.sh index 8daef48..94df25a 100755 --- a/scripts/install_pulseaudio_sources_apt.sh +++ b/scripts/install_pulseaudio_sources_apt.sh @@ -82,12 +82,12 @@ if [ ! -d "$PULSE_DIR" ]; then cd "$build_dir" if [ -x ./configure ]; then # This version of PA uses autotools to build - # This command creates ./config.h + # This command creates ./config.h ./configure elif [ -f ./meson.build ]; then # Meson only - rm -rf build - # This command creates ./build/config.h + rm -rf build + # This command creates ./build/config.h meson build else echo "** Unable to configure pulseaudio from files in $(pwd)" >&2 -- cgit v1.2.3