summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.cpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-08-04 14:50:33 +0200
committerlouiz’ <louiz@louiz.org>2018-08-04 14:50:33 +0200
commit782732ba167470fa99ab3d0900c02295b4684b6a (patch)
tree22beecc7eaed04a82727f8a5ffbb855eacdfefa5 /src/xmpp/biboumi_component.cpp
parent6a86b14d05d9a26905a11e8c6e1957f2fc89d650 (diff)
downloadbiboumi-782732ba167470fa99ab3d0900c02295b4684b6a.tar.gz
biboumi-782732ba167470fa99ab3d0900c02295b4684b6a.tar.bz2
biboumi-782732ba167470fa99ab3d0900c02295b4684b6a.tar.xz
biboumi-782732ba167470fa99ab3d0900c02295b4684b6a.zip
Remove a bunch of useless empty lines
Diffstat (limited to 'src/xmpp/biboumi_component.cpp')
-rw-r--r--src/xmpp/biboumi_component.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xmpp/biboumi_component.cpp b/src/xmpp/biboumi_component.cpp
index 8d97d07..fa10932 100644
--- a/src/xmpp/biboumi_component.cpp
+++ b/src/xmpp/biboumi_component.cpp
@@ -359,7 +359,6 @@ void BiboumiComponent::handle_message(const Stanza& stanza)
this->send_invitation_from_fulljid(std::to_string(iid), invite_to, from_str);
}
}
-
}
} catch (const IRCNotConnected& ex)
{
@@ -605,7 +604,6 @@ void BiboumiComponent::handle_iq(const Stanza& stanza)
const XmlNode* max = set_node->get_child("max", RSM_NS);
if (max)
rs_info.max = std::atoi(max->get_inner().data());
-
}
if (rs_info.max == -1)
rs_info.max = 100;