From ef9e8793c77683b46a99daf6a57ca05facc44752 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Apr 2016 22:00:34 +0300 Subject: Fix code style. --- src/gui/models/updatelistmodel.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui/models') diff --git a/src/gui/models/updatelistmodel.h b/src/gui/models/updatelistmodel.h index bddc7c2a2..37d5a8d12 100644 --- a/src/gui/models/updatelistmodel.h +++ b/src/gui/models/updatelistmodel.h @@ -39,7 +39,9 @@ class UpdateListModel final : public ListModel mNames(), mServer(server) { - FOR_EACH(std::vector::const_iterator, it, server->updateHosts) + FOR_EACH(std::vector::const_iterator, + it, + server->updateHosts) { const HostsGroup &group = *it; mNames.push_back(group.name); -- cgit v1.2.3-60-g2f50