[wing] service: fix align



commit eb5f72b06f6d07e15c78240485f0b1effee02b28
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Thu Jun 22 17:58:45 2017 +0200

    service: fix align

 wing/wingservice.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/wing/wingservice.h b/wing/wingservice.h
index 8a89b1d..3655c7d 100644
--- a/wing/wingservice.h
+++ b/wing/wingservice.h
@@ -118,10 +118,10 @@ WING_AVAILABLE_IN_ALL
 void                   wing_service_notify_stopped  (WingService *service);
 
 WING_AVAILABLE_IN_ALL
-int                    wing_service_run_application       (WingService    *service,
-                                                           GApplication   *application,
-                                                           int             argc,
-                                                           char          **argv);
+int                    wing_service_run_application (WingService    *service,
+                                                     GApplication   *application,
+                                                     int             argc,
+                                                     char          **argv);
 
 G_END_DECLS
 


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