[libadwaita/wip/exalm/screenshot: 1/2] screenshot: Fix indentation
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/screenshot: 1/2] screenshot: Fix indentation
- Date: Mon, 10 Jan 2022 11:32:25 +0000 (UTC)
commit c6c9fc97dfed6ffa0068f51e89c4b45f9d527c4a
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]