From 1fd72405af207bc539d6982034f5d14115f07726 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 31 May 2010 15:40:56 +0200 Subject: fix whitespace Signed-off-by: Denys Vlasenko --- src/Daemon/MiddleWare.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Daemon/MiddleWare.cpp') diff --git a/src/Daemon/MiddleWare.cpp b/src/Daemon/MiddleWare.cpp index 436078ff..fafe0738 100644 --- a/src/Daemon/MiddleWare.cpp +++ b/src/Daemon/MiddleWare.cpp @@ -504,11 +504,11 @@ report_status_t Report(const map_crash_data_t& client_report, { const char *plugin_name = it_r->first.c_str(); - /* Check if the reporter is in the input list of allowed reporters. */ - if (reporters.end() == std::find(reporters.begin(), reporters.end(), plugin_name)) - { - continue; - } + /* Check if the reporter is in the input list of allowed reporters. */ + if (reporters.end() == std::find(reporters.begin(), reporters.end(), plugin_name)) + { + continue; + } try { -- cgit