style: Remove trailing whitespace and add missing final newlines

This commit is contained in:
Edwin Kofler
2023-04-06 17:59:31 -07:00
committed by Koichi Murase
parent 3608cd8e4e
commit 5cd1f0eb16
25 changed files with 105 additions and 106 deletions

View File

@@ -11,7 +11,7 @@
############################---Usage---#########################################
# Copy below functions (delay and progress fuctions) into your shell script directly
# Then invoke progress function to show progress bar
# Then invoke progress function to show progress bar
# In other way, you could import source indirectly then using. Nothing different
@@ -28,7 +28,7 @@ function delay()
#
# Description : print out executing progress
#
#
CURRENT_PROGRESS=0
function progress()
{