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



commit aa6e73918983f0446125cf7b6043c834aaabb7fc
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Dec 6 17:32:07 2019 +0100

    identity: Style fixes
    
    https://gitlab.gnome.org/GNOME/gnome-online-accounts/merge_requests/40

 src/goaidentity/goaidentity.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/goaidentity/goaidentity.h b/src/goaidentity/goaidentity.h
index 0212cd22..8db6018b 100644
--- a/src/goaidentity/goaidentity.h
+++ b/src/goaidentity/goaidentity.h
@@ -23,10 +23,11 @@
 #include <glib-object.h>
 
 G_BEGIN_DECLS
-#define GOA_TYPE_IDENTITY             (goa_identity_get_type ())
+
+#define GOA_TYPE_IDENTITY (goa_identity_get_type ())
 G_DECLARE_INTERFACE (GoaIdentity, goa_identity, GOA, IDENTITY, GObject);
 
-#define GOA_IDENTITY_ERROR            (goa_identity_error_quark ())
+#define GOA_IDENTITY_ERROR (goa_identity_error_quark ())
 
 struct _GoaIdentityInterface
 {
@@ -63,6 +64,6 @@ GQuark goa_identity_error_quark (void);
 const char  *goa_identity_get_identifier            (GoaIdentity *identity);
 gboolean     goa_identity_is_signed_in              (GoaIdentity *identity);
 
-
 G_END_DECLS
+
 #endif /* __GOA_IDENTITY_H__ */


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