From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: master - vdo: drop unnecessary tabulator from metadata output
Date: Tue, 22 Sep 2020 21:46:45 +0000 (GMT) [thread overview]
Message-ID: <20200922214645.E84B539450F9@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=e08a0421a374164fe49276d0bf676989bf7aea14
Commit: e08a0421a374164fe49276d0bf676989bf7aea14
Parent: 5bc66532c70ea2e820b92eb65e0dd21f8caa3394
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Tue Sep 22 20:38:07 2020 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Sep 22 23:25:16 2020 +0200
vdo: drop unnecessary tabulator from metadata output
---
lib/vdo/vdo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/vdo/vdo.c b/lib/vdo/vdo.c
index 01d95f7f7..ab6d00825 100644
--- a/lib/vdo/vdo.c
+++ b/lib/vdo/vdo.c
@@ -302,10 +302,10 @@ static int _vdo_pool_text_export(const struct lv_segment *seg, struct formatter
const struct dm_vdo_target_params *vtp = &seg->vdo_params;
outf(f, "data = \"%s\"", seg_lv(seg, 0)->name);
- outsize(f, seg->vdo_pool_header_size, "header_size = %u\t",
+ outsize(f, seg->vdo_pool_header_size, "header_size = %u",
seg->vdo_pool_header_size);
outsize(f, seg->vdo_pool_virtual_extents * (uint64_t) seg->lv->vg->extent_size,
- "virtual_extents = %u\t", seg->vdo_pool_virtual_extents);
+ "virtual_extents = %u", seg->vdo_pool_virtual_extents);
outnl(f);
reply other threads:[~2020-09-22 21:46 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=20200922214645.E84B539450F9@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.