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/resources.c | |
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/resources.c')
-rw-r--r-- | gtk/src/resources.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/src/resources.c b/gtk/src/resources.c index c2255013f..283d8d772 100644 --- a/gtk/src/resources.c +++ b/gtk/src/resources.c @@ -30,13 +30,13 @@ static GValue *resources; void ghb_resource_init() { - resources = ghb_plist_parse(resource_str, sizeof(resource_str)-1); + resources = ghb_plist_parse(resource_str, sizeof(resource_str)-1); } GValue* ghb_resource_get(const gchar *name) { - GValue *result; - result = ghb_dict_lookup(resources, name); - return result; + GValue *result; + result = ghb_dict_lookup(resources, name); + return result; } |