From e5f1ce751068ad648155f0d19d798bd9eecb75d6 Mon Sep 17 00:00:00 2001
From: Erik von Reis <evonreis@caltech.edu>
Date: Sat, 12 Sep 2020 10:58:34 -0700
Subject: [PATCH] fixed some bad indents

---
 support/bin/rtcds.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/support/bin/rtcds.in b/support/bin/rtcds.in
index 43f1ebfdb..2337eb415 100755
--- a/support/bin/rtcds.in
+++ b/support/bin/rtcds.in
@@ -594,7 +594,7 @@ case $cmd in
 	fi
     ;;
     'log')
-    args=
+	args=
 	if [[ $FOLLOW_FLAG ]] ; then
 	    args="-f"
 	fi
@@ -602,9 +602,9 @@ case $cmd in
 	    log "You must specify one system to show log."
 	    exit 2
 	fi
-    sys=$1
-    sudo journalctl $args --unit=rts*${sys}*
-    ;;
+	sys=$1
+	sudo journalctl $args --unit=rts*${sys}*
+	;;
     'blog')
 	format=full
 	if [[ $INFO_FLAG ]] ; then
-- 
GitLab