diff options
author | jstebbins <[email protected]> | 2012-12-27 23:27:10 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-12-27 23:27:10 +0000 |
commit | f89475c8a426907cc85a335460cc1d6e7750614b (patch) | |
tree | 704c7f708f4b7d76edaf0ad477b9c7a712db480b /gtk/src/renderer_button.h | |
parent | 0dea09fd27e10f362a94897d993fd540eea5c79f (diff) |
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
Diffstat (limited to 'gtk/src/renderer_button.h')
-rw-r--r-- | gtk/src/renderer_button.h | 8 |
1 files changed, 4 insertions, 4 deletions
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); |