[glibmm] Run clang-format on the include-all headers.



commit dc111022570a417f396b81cdaef1a5db58022017
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Feb 26 22:45:01 2016 +0100

    Run clang-format on the include-all headers.

 gio/giomm.h   |   16 ++++++++--------
 glib/glibmm.h |   10 ++++++----
 2 files changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/gio/giomm.h b/gio/giomm.h
index 43f6ed5..6e64e8c 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 a8199c2..0033416 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]