From 250ac48ed627448b5e2c1420aa90027811490a79 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 2 Oct 2018 11:41:46 +0200 Subject: [PATCH] Indentation fix --- dev/ofunctions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index dd738e8..19da9be 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -116,9 +116,9 @@ fi #### PoorMansRandomGenerator SUBSET #### # Get a random number on Windows BusyBox alike, also works on most Unixes that have dd, if dd is not found, then return $RANDOM function PoorMansRandomGenerator { - local digits="${1}" # The number of digits to generate - local number - local isFirst=true + local digits="${1}" # The number of digits to generate + local number + local isFirst=true if type dd >/dev/null 2>&1; then