[libadwaita/wip/exalm/screenshot: 4/5] screenshot: Fix indentation




commit f480765268c6b65b0e5f348d7c73761e9732ff07
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Jan 10 15:54:21 2022 +0500

    screenshot: Fix indentation

 doc/tools/screenshot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/doc/tools/screenshot.c b/doc/tools/screenshot.c
index 21386313..6105b44c 100644
--- a/doc/tools/screenshot.c
+++ b/doc/tools/screenshot.c
@@ -8,7 +8,7 @@ static gboolean option_list = FALSE;
 
 static GOptionEntry entries[] =
 {
-  { "image", 'i', 0, G_OPTION_ARG_STRING,&option_image, "Generate only one image", "NAME" },
+  { "image", 'i', 0, G_OPTION_ARG_STRING, &option_image, "Generate only one image", "NAME" },
   { "list",  'l', 0, G_OPTION_ARG_NONE,   &option_list,  "List images",             NULL   },
   { NULL }
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]