diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-24 16:01:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-24 16:01:51 +0000 |
commit | 0946c9af08721c1ba8a37f005e9041bf8d07e988 (patch) | |
tree | 0989e917c8509acfa8c64a4055dd8109d4201c13 | |
parent | 8434480eab56c2c1a854f3bbf5afba01e5a7ae9a (diff) | |
download | iurt-0946c9af08721c1ba8a37f005e9041bf8d07e988.tar iurt-0946c9af08721c1ba8a37f005e9041bf8d07e988.tar.gz iurt-0946c9af08721c1ba8a37f005e9041bf8d07e988.tar.bz2 iurt-0946c9af08721c1ba8a37f005e9041bf8d07e988.tar.xz iurt-0946c9af08721c1ba8a37f005e9041bf8d07e988.zip |
beautify
-rwxr-xr-x | emi | 2 | ||||
-rwxr-xr-x | ulri | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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); # @@ -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); # |