Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.sh6
1 files changed, 2 insertions, 4 deletions
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}")