Explorar el Código

removed white spaces

Daniel Gibbs hace 9 años
padre
commit
5ac52b631d
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      lgsm/functions/command_fastdl.sh

+ 3 - 3
lgsm/functions/command_fastdl.sh

@@ -122,7 +122,7 @@ fn_fastdl_config(){
 				else
 					clearnonbzip2="off"; fn_script_log "Clearing non-bzip2 files Disabled."; fn_print_ok "Clearing non-bzip2 files Disabled"
 				fi
-				echo -en "\n"		
+				echo -en "\n"
 		else
 			# Other games default remove non bzip2 files
 			clearnonbzip2="on"
@@ -174,7 +174,7 @@ fn_fastdl_gmod(){
 
 	# No choice to cd to the directory, as find can't then display relative directory
 	cd "${systemdir}" || exit
-	
+
 	# Map Files
 	fn_print_dots "Copying map files..."
 	fn_script_log "Copying map files"
@@ -408,7 +408,7 @@ fn_fastdl_bzip2(){
 			find "${fastdldir:?}" \( -type f ! -name "*.bz2" \) -exec rm {} \;
 			fn_print_ok "Cleared uncompressed FastDL files"
 			fn_script_log "Cleared uncompressed FastDL files."
-		fi	
+		fi
 	fi
 }