summaryrefslogtreecommitdiff
path: root/glib/glibmm/signalproxy_connectionnode.cc
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-02-26 22:44:05 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-02-26 22:44:05 +0100
commitf2cc4ebb113c48ad0aba46c1f67d4e8f65a69330 (patch)
tree35589cf6820949921a01ee0fefce77ff81ed5dfc /glib/glibmm/signalproxy_connectionnode.cc
parent084a26aee4ee4c87e5b0bf1fb4eba0522a4f9596 (diff)
downloadglibmm-f2cc4ebb113c48ad0aba46c1f67d4e8f65a69330.tar.gz
Re-run clang-format on some files.
I need to make a subsequent commit to fix the now-unaligned trailing comments.
Diffstat (limited to 'glib/glibmm/signalproxy_connectionnode.cc')
-rw-r--r--glib/glibmm/signalproxy_connectionnode.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/glib/glibmm/signalproxy_connectionnode.cc b/glib/glibmm/signalproxy_connectionnode.cc
index b4b517c8..ba67486c 100644
--- a/glib/glibmm/signalproxy_connectionnode.cc
+++ b/glib/glibmm/signalproxy_connectionnode.cc
@@ -55,9 +55,9 @@ SignalProxyConnectionNode::notify(void* data)
conn->object_ = nullptr;
if (g_signal_handler_is_connected(o, conn->connection_id_)) // We check first, because during
- // destruction, GTK+ sometimes seems
- // to disconnect them for us, before
- // we expect it to. See bug #87912
+ // destruction, GTK+ sometimes seems
+ // to disconnect them for us, before
+ // we expect it to. See bug #87912
{
// Disconnecting triggers execution of destroy_notify_handler(), eiter immediately or later:
// When the signal handler is currently running. (for instance, if the callback disconnects
@@ -94,7 +94,7 @@ SignalProxyConnectionNode::destroy_notify_handler(gpointer data, GClosure*)
conn->object_ = nullptr;
delete conn; // if there are connection objects referring to slot_ they are notified during
- // destruction of slot_
+ // destruction of slot_
}
}