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/appcast.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/appcast.h')
-rw-r--r-- | gtk/src/appcast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/appcast.h b/gtk/src/appcast.h index 2520be601..d4f5eea55 100644 --- a/gtk/src/appcast.h +++ b/gtk/src/appcast.h @@ -17,6 +17,6 @@ #define _GHB_APPCAST_H_ void ghb_appcast_parse( - gchar *buf, gchar **desc, gchar **build, gchar **version); + gchar *buf, gchar **desc, gchar **build, gchar **version); #endif // _GHB_APPCAST_H_ |