From: Danomi Manchego Date: Sun, 3 Dec 2017 23:20:08 +0000 (-0500) Subject: S20random: use consistent whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c41294481eb047514ee8bce53bc536ad2514893c;p=buildroot.git S20random: use consistent whitespace The S20random is indented with tabs, except for 3 lines. Change to be consistent. Signed-off-by: Danomi Manchego Signed-off-by: Thomas Petazzoni --- diff --git a/package/initscripts/init.d/S20urandom b/package/initscripts/init.d/S20urandom index 2f5b4e4c86..cababe1023 100755 --- a/package/initscripts/init.d/S20urandom +++ b/package/initscripts/init.d/S20urandom @@ -33,9 +33,9 @@ case "$1" in ;; stop) if ! touch /etc/random-seed 2>/dev/null - then - exit - fi + then + exit + fi # Carry a random seed from shut-down to start-up; # see documentation in linux/drivers/char/random.c [ "$VERBOSE" != no ] && printf "Saving random seed... "