summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-01-29 09:55:44 +0000
committerJean Delvare <khali@linux-fr.org>2006-01-29 09:55:44 +0000
commit90fcb2b496d150c24821d179e6eeb17dc287ea7c (patch)
treeec66d3e3460312f5571ed5501ca60a8ee42dbc55
parent286f6a2cd0af4de704b7b372779d9f8b95dd1ce9 (diff)
downloadquilt-90fcb2b496d150c24821d179e6eeb17dc287ea7c.tar.gz
Coding style.
-rw-r--r--quilt/diff.in2
-rw-r--r--quilt/import.in2
-rw-r--r--quilt/refresh.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/quilt/diff.in b/quilt/diff.in
index 07efb34..5e56286 100644
--- a/quilt/diff.in
+++ b/quilt/diff.in
@@ -117,7 +117,7 @@ do_diff()
fi
}
-die ()
+die()
{
local status=$1
[ -e "$tmp_files" ] && rm -f $tmp_files
diff --git a/quilt/import.in b/quilt/import.in
index ceed7bf..816ea9c 100644
--- a/quilt/import.in
+++ b/quilt/import.in
@@ -86,7 +86,7 @@ $"Please use -d {o|a|n} to specify which patch header(s) to keep.\n" >&2
rm -f $old_desc $new_desc
}
-die ()
+die()
{
local status=$1
[ "$merged_patch_file" != "$patch_file" ] && rm -f "$merged_patch_file"
diff --git a/quilt/refresh.in b/quilt/refresh.in
index c1737f4..97876d1 100644
--- a/quilt/refresh.in
+++ b/quilt/refresh.in
@@ -69,7 +69,7 @@ patch.
fi
}
-die ()
+die()
{
local status=$1
[ -n "$tmp_patch" ] && rm -f $tmp_patch