[gnome-online-accounts/wip/rishi/port-to-g-declare] identity-manager: Style fixes



commit c18453d6f715cbbb6c8c8e82f4cc30864b4fd198
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Dec 6 18:01:53 2019 +0100

    identity-manager: Style fixes

 src/goaidentity/goaidentitymanager.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/goaidentity/goaidentitymanager.h b/src/goaidentity/goaidentitymanager.h
index 6b7001d1..23b05643 100644
--- a/src/goaidentity/goaidentitymanager.h
+++ b/src/goaidentity/goaidentitymanager.h
@@ -27,7 +27,8 @@
 #include "goaidentityinquiry.h"
 
 G_BEGIN_DECLS
-#define GOA_TYPE_IDENTITY_MANAGER             (goa_identity_manager_get_type ())
+
+#define GOA_TYPE_IDENTITY_MANAGER (goa_identity_manager_get_type ())
 G_DECLARE_INTERFACE (GoaIdentityManager, goa_identity_manager, GOA, IDENTITY_MANAGER, GObject);
 
 struct _GoaIdentityManagerInterface
@@ -156,4 +157,5 @@ char *goa_identity_manager_name_identity (GoaIdentityManager *identity_manager,
                                           GoaIdentity        *identity);
 
 G_END_DECLS
+
 #endif /* __GOA_IDENTITY_MANAGER_H__ */


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