Skip to content

Commit 5ba2da6

Browse files
committed
Format source code to suit clang-format-12
Format sigc++/signal_base.h.
1 parent 5d8423c commit 5ba2da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigc++/signal_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ struct SIGC_API signal_impl_holder
266266
* @ref sigc::signal_with_accumulator::connect() "sigc::signal::connect()".
267267
*/
268268

269-
//TODO: When we can break ABI, let signal_base derive from trackable again.
269+
// TODO: When we can break ABI, let signal_base derive from trackable again.
270270
// It does in sigc++2. Otherwise the slot returned from signal::make_slot()
271271
// is not automatically disconnected when the signal is deleted.
272272
// https://github.com/libsigcplusplus/libsigcplusplus/issues/80

0 commit comments

Comments
 (0)