Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-19 16:29:56 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2017-02-19 16:29:56 -0500
commit7c55e79a64fcf46d0ee5329953dc83768e0cd1db (patch)
tree6e420e0ab018f4e8f2f07f4b8fb1f0368d2ef3c7
parent64a5849178787af70a2ac1b583d5f2a6b72d983b (diff)
lib/common.sh: Tidy formatting.
-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}")