pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sftpgo: Fix whitespaces



Module Name:	pkgsrc-wip
Committed By:	Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By:	bartosz.kuzma
Date:		Fri Apr 10 04:44:52 2026 +0200
Changeset:	065d826187280124887604c8580c12a78e6957eb

Modified Files:
	sftpgo/files/sftpgo.sh

Log Message:
sftpgo: Fix whitespaces

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=065d826187280124887604c8580c12a78e6957eb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sftpgo/files/sftpgo.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/sftpgo/files/sftpgo.sh b/sftpgo/files/sftpgo.sh
index c438aa1685..85bc487d63 100644
--- a/sftpgo/files/sftpgo.sh
+++ b/sftpgo/files/sftpgo.sh
@@ -25,7 +25,7 @@ command_args="-p ${pidfile} \
 	${task} ${task_args}"
 
 if [ -f @SYSCONFBASE@/rc.subr ]; then
-    	. @SYSCONFBASE@/rc.subr
+	. @SYSCONFBASE@/rc.subr
 
 	rcvar=${name}
 	pidfile="@VARBASE@/run/${name}.pid"
@@ -33,7 +33,7 @@ if [ -f @SYSCONFBASE@/rc.subr ]; then
 	load_rc_config ${name}
 	run_rc_command "$1"
 else
-        @ECHO@ -n " ${name}"
+	@ECHO@ -n " ${name}"
 
 	${command} ${command_args}
 fi


Home | Main Index | Thread Index | Old Index