[gnome-remote-desktop] session: Fix indentation in function arguments



commit cb92d5084d0a33deb41b2bf7c31a63cd651a6754
Author: Pascal Nowack <Pascal Nowack gmx de>
Date:   Sun Dec 13 16:11:38 2020 +0100

    session: Fix indentation in function arguments

 src/grd-session.h | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/grd-session.h b/src/grd-session.h
index b094705..e965daa 100644
--- a/src/grd-session.h
+++ b/src/grd-session.h
@@ -60,17 +60,17 @@ struct _GrdSessionClass
 
 GrdContext *grd_session_get_context (GrdSession *session);
 
-void grd_session_notify_keyboard_keysym (GrdSession *session,
-                                         uint32_t    keysym,
-                                         GrdKeyState state);
+void grd_session_notify_keyboard_keysym (GrdSession  *session,
+                                         uint32_t     keysym,
+                                         GrdKeyState  state);
 
-void grd_session_notify_pointer_button (GrdSession    *session,
-                                        int32_t        button,
-                                        GrdButtonState state);
+void grd_session_notify_pointer_button (GrdSession     *session,
+                                        int32_t         button,
+                                        GrdButtonState  state);
 
-void grd_session_notify_pointer_axis_discrete (GrdSession    *session,
-                                               GrdPointerAxis axis,
-                                               int            steps);
+void grd_session_notify_pointer_axis_discrete (GrdSession     *session,
+                                               GrdPointerAxis  axis,
+                                               int             steps);
 
 void grd_session_notify_pointer_motion_absolute (GrdSession *session,
                                                  double      x,


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