summaryrefslogtreecommitdiffstats
path: root/src/Daemon/MiddleWare.cpp
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 /src/Daemon/MiddleWare.cpp
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 'src/Daemon/MiddleWare.cpp')
-rw-r--r--src/Daemon/MiddleWare.cpp10
1 files changed, 5 insertions, 5 deletions
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
{