From 0946c9af08721c1ba8a37f005e9041bf8d07e988 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 16:01:51 +0000 Subject: beautify --- emi | 2 +- ulri | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emi b/emi index 57b51b7..179ca07 100755 --- a/emi +++ b/emi @@ -169,7 +169,7 @@ sub todo_func { } check_upload_tree($done, \&done_func, \&done_post); -check_upload_tree($todo, \&todo_func,); +check_upload_tree($todo, \&todo_func); # diff --git a/ulri b/ulri index 89e281c..011e2c4 100755 --- a/ulri +++ b/ulri @@ -282,7 +282,7 @@ check_upload_tree($todo, \&todo_func, \&todo_post); # getting already compiled packages # The cache should not be needed if the .done file are removed as the same # time as the src.rpm in the todo tree -check_upload_tree($done, \&done_func,); +check_upload_tree($done, \&done_func); # -- cgit v1.2.1