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



commit 25a26e08362754b80deb89dd84ccbe79ebe7690a
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Dec 6 19:05:38 2019 +0100

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

 src/goaidentity/goaidentityservice.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/goaidentity/goaidentityservice.h b/src/goaidentity/goaidentityservice.h
index 29073fe9..d81dc68b 100644
--- a/src/goaidentity/goaidentityservice.h
+++ b/src/goaidentity/goaidentityservice.h
@@ -26,7 +26,8 @@
 #include "org.gnome.Identity.h"
 
 G_BEGIN_DECLS
-#define GOA_TYPE_IDENTITY_SERVICE           (goa_identity_service_get_type ())
+
+#define GOA_TYPE_IDENTITY_SERVICE (goa_identity_service_get_type ())
 G_DECLARE_FINAL_TYPE (GoaIdentityService, goa_identity_service, GOA, IDENTITY_SERVICE, 
GoaIdentityServiceManagerSkeleton);
 
 GoaIdentityService *goa_identity_service_new (void);
@@ -35,4 +36,5 @@ gboolean goa_identity_service_activate   (GoaIdentityService  *service,
 void     goa_identity_service_deactivate (GoaIdentityService  *service);
 
 G_END_DECLS
+
 #endif /* __GOA_IDENTITY_SERVICE_H__ */


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