Fix a little indentation
1 files changed, 2 insertions(+), 2 deletions(-) M src/bridge/bridge.cpp
M src/bridge/bridge.cpp => src/bridge/bridge.cpp +2 -2
@@ 246,8 246,8 @@ void Bridge::send_xmpp_message(const std::string& from, const std::string& autho { IrcUser user(author); body = "\u000303"s + user.nick + (user.host.empty()? "\u0003: ": (" (\u000310" + user.host + "\u000303)\u0003: ")) + msg; "\u0003: ": (" (\u000310" + user.host + "\u000303)\u0003: ")) + msg; } else body = msg;