From 1360aae9a0caae69fe468a0832c01dfaa2563faa Mon Sep 17 00:00:00 2001 From: Joseph Michael Thompson Date: Fri, 10 Apr 2015 15:15:07 -0400 Subject: trim a few long lines, eliminate/add trailing newlines for consistency --- (limited to 'resources/scripts/helpers/download/flashrom') diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index 80a1436..cf957a3 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -27,14 +27,14 @@ set -u -e # Get flashrom at the last previously tested revision # Remove the old version that may still exist: -# --------------------------------------------------------------------- +# ------------------------------------------------------------------------------ printf "Downloading flashrom\n" rm -rf flashrom # Get flashrom -# --------------------------------------------------------------------- +# ------------------------------------------------------------------------------ # download it using subversion svn co -r 1858 svn://flashrom.org/flashrom/trunk flashrom @@ -58,3 +58,4 @@ cd ../ printf "\n\n" # ------------------- DONE ---------------------- + -- cgit v0.9.1