[Libosinfo] [osinfo-db-tools PATCH v2 02/16] util: Indent includes/defines
Fabiano Fidêncio
fidencio at redhat.com
Tue Jul 9 10:47:30 UTC 2019
By doing this, we can stop excluding files from
sc_preprocessor_indentation check.
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
tools/osinfo-db-util.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/osinfo-db-util.h b/tools/osinfo-db-util.h
index 7b4e501..8d7a456 100644
--- a/tools/osinfo-db-util.h
+++ b/tools/osinfo-db-util.h
@@ -21,11 +21,11 @@
*/
#ifndef OSINFO_DB_UTIL_H__
-#define OSINFO_DB_UTIL_H__
+# define OSINFO_DB_UTIL_H__
-#include <gio/gio.h>
+# include <gio/gio.h>
-#define OSINFO_DB_ERROR osinfo_db_error_quark()
+# define OSINFO_DB_ERROR osinfo_db_error_quark()
GQuark osinfo_db_error_quark(void);
GFile *osinfo_db_get_system_path(const gchar *root);
--
2.21.0
More information about the Libosinfo
mailing list