From f89475c8a426907cc85a335460cc1d6e7750614b Mon Sep 17 00:00:00 2001 From: jstebbins Date: Thu, 27 Dec 2012 23:27:10 +0000 Subject: lingui: convert tabs to spaces Makes lingui source conform to hb standard for indentation. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5112 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/renderer_button.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk/src/renderer_button.h') diff --git a/gtk/src/renderer_button.h b/gtk/src/renderer_button.h index dc898e4eb..4c2f1f9a8 100644 --- a/gtk/src/renderer_button.h +++ b/gtk/src/renderer_button.h @@ -20,15 +20,15 @@ typedef struct _CustomCellRendererButtonClass CustomCellRendererButtonClass; * structure. Extend according to need */ struct _CustomCellRendererButton { - GtkCellRendererPixbuf parent; + GtkCellRendererPixbuf parent; }; struct _CustomCellRendererButtonClass { - GtkCellRendererPixbufClass parent_class; + GtkCellRendererPixbufClass parent_class; - void (* clicked) (CustomCellRendererButton *cell_renderer_button, - const gchar *path); + void (* clicked) (CustomCellRendererButton *cell_renderer_button, + const gchar *path); }; GType custom_cell_renderer_button_get_type (void); -- cgit v1.2.3