All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - man-generator: spaces
Date: Mon, 12 Apr 2021 07:55:47 +0000 (GMT)	[thread overview]
Message-ID: <20210412075547.8F97439FCC77@sourceware.org> (raw)

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=53fa1582d97713f33364e5f77c51ab412762e295
Commit:        53fa1582d97713f33364e5f77c51ab412762e295
Parent:        e01ce8e2aeeb08d7f08d99976fa01635d7c3bfa5
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Sun Apr 11 20:10:21 2021 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Mon Apr 12 09:54:16 2021 +0200

man-generator: spaces

---
 tools/command.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tools/command.c b/tools/command.c
index a81105b96..52acc70a5 100644
--- a/tools/command.c
+++ b/tools/command.c
@@ -128,7 +128,7 @@ static inline int dumptype_arg(struct cmd_context *cmd __attribute__((unused)),
 #define CACHE_VGMETADATA        0x00000001
 #define PERMITTED_READ_ONLY     0x00000002
 #define ALL_VGS_IS_DEFAULT      0x00000004
-#define ENABLE_ALL_DEVS         0x00000008      
+#define ENABLE_ALL_DEVS         0x00000008
 #define ALLOW_UUID_AS_NAME      0x00000010
 #define LOCKD_VG_SH             0x00000020
 #define NO_METADATA_PROCESSING  0x00000040
@@ -709,7 +709,6 @@ static void _set_pos_def(struct command *cmd, char *str, struct arg_def *def)
  * Save an option arg in a struct arg_def.
  * Parse str for anything that can follow --option.
  */
-
 static void _set_opt_def(struct cmd_context *cmdtool, struct command *cmd, char *str, struct arg_def *def)
 {
 	char *argv[MAX_LINE_ARGC];
@@ -767,7 +766,6 @@ static void _set_opt_def(struct cmd_context *cmdtool, struct command *cmd, char
 				def->flags |= ARG_DEF_FLAG_NEW_LV;
 			else if (val_enum == vg_VAL)
 				def->flags |= ARG_DEF_FLAG_NEW_VG;
-				
 		}
 	}
 }
@@ -1120,7 +1118,6 @@ static void _add_required_opt_line(struct cmd_context *cmdtool, struct command *
  * and flag CMD_FLAG_ANY_REQUIRED_OPT is set on the cmd indicating
  * this special case.
  */
- 
 static void _include_required_opt_args(struct cmd_context *cmdtool, struct command *cmd, char *str)
 {
 	char *oo_line;



                 reply	other threads:[~2021-04-12  7:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210412075547.8F97439FCC77@sourceware.org \
    --to=zkabelac@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.