[gnome-online-accounts] oauth: Style fix



commit bd4128b56fba38bdf28f0505bc837859b70a5582
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Aug 4 15:40:53 2017 +0200

    oauth: Style fix

 src/goabackend/goaoauthprovider.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goaoauthprovider.c b/src/goabackend/goaoauthprovider.c
index 08b998e..7bde331 100644
--- a/src/goabackend/goaoauthprovider.c
+++ b/src/goabackend/goaoauthprovider.c
@@ -433,7 +433,13 @@ goa_oauth_provider_get_identity_sync (GoaOAuthProvider *provider,
   g_return_val_if_fail (access_token != NULL, NULL);
   g_return_val_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable), NULL);
   g_return_val_if_fail (error == NULL || *error == NULL, NULL);
-  return GOA_OAUTH_PROVIDER_GET_CLASS (provider)->get_identity_sync (provider, access_token, 
access_token_secret, out_presentation_identity, cancellable, error);
+
+  return GOA_OAUTH_PROVIDER_GET_CLASS (provider)->get_identity_sync (provider,
+                                                                     access_token,
+                                                                     access_token_secret,
+                                                                     out_presentation_identity,
+                                                                     cancellable,
+                                                                     error);
 }
 
 /**


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