From 9af2a92113fe00820224b2b16205872713c59e86 Mon Sep 17 00:00:00 2001 From: Laurent Napias Date: Sat, 29 Jun 2019 10:37:28 +0200 Subject: Remove trailing whitespaces --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index b661f7e..f765f5c 100644 --- a/src/main.c +++ b/src/main.c @@ -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 -- cgit v1.2.1