From 464e0832f0aafc4af7811dcd3000f4285821ef9c Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 1 Sep 2015 10:57:04 +0300 Subject: dictionary: fixed indentation a bit --- mate-dictionary/src/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mate-dictionary/src/main.c') diff --git a/mate-dictionary/src/main.c b/mate-dictionary/src/main.c index f6dcc94d..a89a5754 100644 --- a/mate-dictionary/src/main.c +++ b/mate-dictionary/src/main.c @@ -10,15 +10,15 @@ int main (int argc, char *argv[]) { - bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); - textdomain (GETTEXT_PACKAGE); + bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + textdomain (GETTEXT_PACKAGE); gdict_init (&argc, &argv); - + gdict_main (); gdict_cleanup (); - + return EXIT_SUCCESS; } -- cgit v1.2.1