From: Robert Yang Date: Tue, 17 May 2011 01:29:25 +0000 (+0800) Subject: Cleanup the whitespace in functions X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~45550 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60df57a54ebfe8fa1c1574bcd7900c58810aa2d2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Cleanup the whitespace in functions Cleanup the whitespace in functions, replace the 4 whitespaces indent with tab. Signed-off-by: Robert Yang --- diff --git a/meta/recipes-core/initscripts/initscripts-1.0/functions b/meta/recipes-core/initscripts/initscripts-1.0/functions index 689fd32b394..ac99e112c73 100644 --- a/meta/recipes-core/initscripts/initscripts-1.0/functions +++ b/meta/recipes-core/initscripts/initscripts-1.0/functions @@ -4,11 +4,12 @@ # shell scripts in the /etc/init.d directory. # -machine_id() { # return the machine ID - awk 'BEGIN { FS=": " } /Hardware/ { gsub(" ", "_", $2); print tolower($2) } '