summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghbcompat.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2012-12-27 23:27:10 +0000
committerjstebbins <[email protected]>2012-12-27 23:27:10 +0000
commitf89475c8a426907cc85a335460cc1d6e7750614b (patch)
tree704c7f708f4b7d76edaf0ad477b9c7a712db480b /gtk/src/ghbcompat.h
parent0dea09fd27e10f362a94897d993fd540eea5c79f (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/ghbcompat.h')
-rw-r--r--gtk/src/ghbcompat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/ghbcompat.h b/gtk/src/ghbcompat.h
index bc7fc5094..0c5c6f21e 100644
--- a/gtk/src/ghbcompat.h
+++ b/gtk/src/ghbcompat.h
@@ -20,12 +20,12 @@
// Replace simple accessor functions added to newer gtk versions
static inline void gtk_widget_set_realized(GtkWidget *widget, gboolean realized)
{
- GTK_WIDGET_SET_FLAGS(widget, GTK_REALIZED);
+ GTK_WIDGET_SET_FLAGS(widget, GTK_REALIZED);
}
static inline gboolean gtk_widget_get_realized(GtkWidget *widget)
{
- return GTK_WIDGET_REALIZED(widget);
+ return GTK_WIDGET_REALIZED(widget);
}
#endif