From abaeb4e9be26d9c448434a6bfdd2f87a381f8d50 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 10 Apr 2021 18:27:48 +0200 Subject: panel-xutils: tab to spaces - Use 4 spaces at the beginning of a line --- mate-panel/panel-xutils.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mate-panel/panel-xutils.h') diff --git a/mate-panel/panel-xutils.h b/mate-panel/panel-xutils.h index 2d792aca..aebc77c4 100644 --- a/mate-panel/panel-xutils.h +++ b/mate-panel/panel-xutils.h @@ -19,7 +19,7 @@ * 02110-1301, USA. * * Authors: - * Mark McLoughlin + * Mark McLoughlin */ #ifndef __PANEL_XUTILS_H__ @@ -44,14 +44,14 @@ extern "C" { #endif void panel_xutils_set_strut (GdkWindow *gdk_window, - PanelOrientation orientation, - guint32 strut, - guint32 strut_start, - guint32 strut_end); + PanelOrientation orientation, + guint32 strut, + guint32 strut_start, + guint32 strut_end); void panel_warp_pointer (GdkWindow *gdk_window, - int x, - int y); + int x, + int y); guint panel_get_real_modifier_mask (guint modifier_mask); -- cgit v1.2.1