diff options
author | Murray Cumming <murraycu@google.com> | 2020-04-25 10:10:35 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2021-01-24 11:05:36 +0100 |
commit | 8aea9374d2c8b4dd2b7f0421328f9d0264bf8a4c (patch) | |
tree | abc22e92a5a309300473df8a774a9576488dbbdb /sigc++/sigc++.h | |
parent | f836f7337d5f1c9f42ff2863574d6da54e379703 (diff) | |
download | sigc++-8aea9374d2c8b4dd2b7f0421328f9d0264bf8a4c.tar.gz |
run make format (with clang-format-10), to format the code
Diffstat (limited to 'sigc++/sigc++.h')
-rw-r--r-- | sigc++/sigc++.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sigc++/sigc++.h b/sigc++/sigc++.h index 5646d3d..b0b4ebb 100644 --- a/sigc++/sigc++.h +++ b/sigc++/sigc++.h @@ -36,7 +36,8 @@ * See also the * <a href="https://developer.gnome.org/libsigc++-tutorial/stable/">libsigc++ tutorial</a>, * the <a href="https://libsigcplusplus.github.io/libsigcplusplus/">libsigc++ website</a>, and - * the <a href="https://developer.gnome.org/gtkmm-tutorial/unstable/chapter-signals.html">Signals appendix of the Programming with gtkmm book</a>. + * the <a href="https://developer.gnome.org/gtkmm-tutorial/unstable/chapter-signals.html">Signals + * appendix of the Programming with gtkmm book</a>. * * @section features Features * |