summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-02-26 22:45:01 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-02-26 22:45:01 +0100
commitdc111022570a417f396b81cdaef1a5db58022017 (patch)
tree346f9d16bc7816c4b8931b18a009e686eea4506d
parentf2cc4ebb113c48ad0aba46c1f67d4e8f65a69330 (diff)
downloadglibmm-dc111022570a417f396b81cdaef1a5db58022017.tar.gz
Run clang-format on the include-all headers.
-rw-r--r--gio/giomm.h16
-rw-r--r--glib/glibmm.h10
2 files changed, 14 insertions, 12 deletions
diff --git a/gio/giomm.h b/gio/giomm.h
index 43f6ed55..6e64e8ce 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -62,7 +62,7 @@
#include <giomm/dbusutils.h>
#include <giomm/dbuswatchname.h>
#ifndef G_OS_WIN32
-# include <giomm/desktopappinfo.h>
+#include <giomm/desktopappinfo.h>
#endif
#include <giomm/drive.h>
#include <giomm/emblem.h>
@@ -143,13 +143,13 @@
#include <giomm/tlspassword.h>
#include <giomm/tlsserverconnection.h>
#ifndef G_OS_WIN32
-# include <giomm/unixconnection.h>
-# include <giomm/unixcredentialsmessage.h>
-# include <giomm/unixfdlist.h>
-# include <giomm/unixfdmessage.h>
-# include <giomm/unixinputstream.h>
-# include <giomm/unixoutputstream.h>
-# include <giomm/unixsocketaddress.h>
+#include <giomm/unixconnection.h>
+#include <giomm/unixcredentialsmessage.h>
+#include <giomm/unixfdlist.h>
+#include <giomm/unixfdmessage.h>
+#include <giomm/unixinputstream.h>
+#include <giomm/unixoutputstream.h>
+#include <giomm/unixsocketaddress.h>
#endif
#include <giomm/volume.h>
#include <giomm/volumemonitor.h>
diff --git a/glib/glibmm.h b/glib/glibmm.h
index a8199c27..00334162 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -33,7 +33,8 @@
*
* @section features Features
*
- * - Glib::ustring: A UTF-8 string class that can be used interchangably with std::string. Plus @ref StringUtils
+ * - Glib::ustring: A UTF-8 string class that can be used interchangably with std::string. Plus @ref
+ * StringUtils
* - Glib::RefPtr: A reference-counting smartpointer, for use with Glib::ObjectBase or similar
* - @ref CharsetConv
* - Glib::Regex: Regular expression string matching.
@@ -80,10 +81,11 @@
*/
#include <glibmmconfig.h>
-//#include <glibmm/i18n.h> //This must be included by the application, after system headers such as <iostream>.
+//#include <glibmm/i18n.h> //This must be included by the application, after system headers such as
+//<iostream>.
-//Include this first because we need it to be the first thing to include <glib.h>,
-//so we can do an undef trick to still use deprecated API in the header:
+// Include this first because we need it to be the first thing to include <glib.h>,
+// so we can do an undef trick to still use deprecated API in the header:
#include <glibmm/thread.h>
#include <glibmm/threads.h>