From: Robert Yang Date: Tue, 17 May 2011 01:29:25 +0000 (+0800) Subject: Cleanup the whitespace in functions X-Git-Tag: 2011-1~1394 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=60df57a54ebfe8fa1c1574bcd7900c58810aa2d2;p=openembedded-core.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 689fd32b39..ac99e112c7 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) } '