From 7c55e79a64fcf46d0ee5329953dc83768e0cd1db Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 19 Feb 2017 16:29:56 -0500 Subject: lib/common.sh: Tidy formatting. --- lib/common.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/common.sh') diff --git a/lib/common.sh b/lib/common.sh index 9ea9681..b8bab9b 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -161,8 +161,7 @@ get_full_version() { ## # usage : lock( $fd, $file, $message, [ $message_arguments... ] ) ## -lock() -{ +lock() { local fd=$1 local file=$2 local mesg=("${@:3}") @@ -183,8 +182,7 @@ lock() ## # usage : slock( $fd, $file, $message, [ $message_arguments... ] ) ## -slock() -{ +slock() { local fd=$1 local file=$2 local mesg=("${@:3}") -- cgit v1.2.3-54-g00ecf