diff options
author | Laurent Napias <[email protected]> | 2019-06-29 10:37:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-02 12:54:24 +0200 |
commit | 9af2a92113fe00820224b2b16205872713c59e86 (patch) | |
tree | e50406b44a0eca71462125c97f74b73c9e3eb7ff /src/main.c | |
parent | 0e119e78d43695674a4ca22fa601252e94bf8da0 (diff) | |
download | eom-9af2a92113fe00820224b2b16205872713c59e86.tar.bz2 eom-9af2a92113fe00820224b2b16205872713c59e86.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ main (int argc, char **argv) ctx = g_option_context_new (_("[FILEā¦]")); g_option_context_add_main_entries (ctx, goption_options, PACKAGE); - /* Option groups are free'd together with the context + /* Option groups are free'd together with the context * Using gtk_get_option_group here initializes gtk during parsing */ g_option_context_add_group (ctx, gtk_get_option_group (TRUE)); #ifdef HAVE_INTROSPECTION |