summaryrefslogtreecommitdiff
path: root/components/chatmessage.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-10-10 23:42:53 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-10-10 23:42:53 -0400
commitea6650884c91740ccb25c7e9e3e15700ffdf2c82 (patch)
tree1a5ea484cc898e77402220c045e7fa2b0ab0d7c7 /components/chatmessage.hpp
parenta69318a952f66e377d7d6911c36aa57368ccd81d (diff)
downloadabaddon-portaudio-ea6650884c91740ccb25c7e9e3e15700ffdf2c82.tar.gz
abaddon-portaudio-ea6650884c91740ccb25c7e9e3e15700ffdf2c82.zip
formatting
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r--components/chatmessage.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp
index d168969..bf8edf2 100644
--- a/components/chatmessage.hpp
+++ b/components/chatmessage.hpp
@@ -33,8 +33,7 @@ protected:
void HandleChannelMentions(Gtk::TextView *tv);
bool OnClickChannel(GdkEventButton *ev);
- void
- HandleLinks(Gtk::TextView *tv);
+ void HandleLinks(Gtk::TextView *tv);
bool OnLinkClick(GdkEventButton *ev);
std::map<Glib::RefPtr<Gtk::TextTag>, std::string> m_link_tagmap;
std::map<Glib::RefPtr<Gtk::TextTag>, Snowflake> m_channel_tagmap;