Browse Source

Delete trailing whitespace

mario forzanini 2 years ago
parent
commit
e3957b662a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lcmlog

+ 2 - 2
lcmlog

@@ -76,7 +76,7 @@ method_get()
 	read DATE
 	while ! [ -z $DATE ]; do
 		if [ ${DATE:4:1} != '-' ] || [ ${DATE:7:1} != '-' ] || (( ${#DATE} != 10 )); then
-			echo "Format: yyyy-mm-dd (i.e. 9 is 09). Reinsert."	
+			echo "Format: yyyy-mm-dd (i.e. 9 is 09). Reinsert."
 			read DATE
 		else
 			break
@@ -276,7 +276,7 @@ method_post()
 		elif [ $CHAR == "p" ]; then
 			MP="pom"
 		fi
-		
+
 		DATE=$YEAR"-"$MONTH"-"$DAY"_"$MP
 	else
 		DATE=$YEAR"-"$MONTH"-"$DAY