summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-31 15:40:56 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-31 15:40:56 +0200
commit1fd72405af207bc539d6982034f5d14115f07726 (patch)
tree191b2e5d2511d81b16be46658837f44478ef7197 /lib/Plugins
parent231f21407d074e1ebb9699ee54fdc5f5a169e71c (diff)
downloadabrt-1fd72405af207bc539d6982034f5d14115f07726.tar.gz
abrt-1fd72405af207bc539d6982034f5d14115f07726.tar.xz
abrt-1fd72405af207bc539d6982034f5d14115f07726.zip
fix whitespace
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins')
-rw-r--r--lib/Plugins/rhticket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/rhticket.cpp b/lib/Plugins/rhticket.cpp
index f1c4b224..77d0345a 100644
--- a/lib/Plugins/rhticket.cpp
+++ b/lib/Plugins/rhticket.cpp
@@ -237,7 +237,7 @@ string CReporterRHticket::Report(const map_crash_data_t& pCrashData,
kill(child, SIGKILL); /* just in case */
waitpid(child, NULL, 0);
if (tar)
- tar_close(tar);
+ tar_close(tar);
//close(pipe_from_parent_to_child[1]); - tar_close() does it itself
unlink(tempfile);
free(tempfile);