[lvm-devel] master - indent: properly indent goto

Zdenek Kabelac zkabelac at sourceware.org
Fri Jun 9 19:50:40 UTC 2017


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=305513178474d15adcba4785871c3f0321576fbe
Commit:        305513178474d15adcba4785871c3f0321576fbe
Parent:        57379157f4209acc72e943e26209b084575f811c
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Fri Jun 9 14:52:40 2017 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Fri Jun 9 21:49:19 2017 +0200

indent: properly indent goto

---
 tools/reporter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/reporter.c b/tools/reporter.c
index 912d3ab..b9c4153 100644
--- a/tools/reporter.c
+++ b/tools/reporter.c
@@ -240,7 +240,7 @@ static int _do_segs_with_info_and_status_single(struct cmd_context *cmd,
 
 	if (!report_object(sh ? : handle->custom_handle, sh != NULL,
 			   seg->lv->vg, seg->lv, NULL, seg, NULL, &status, NULL))
-	goto_out;
+		goto_out;
 
 	r = ECMD_PROCESSED;
 out:




More information about the lvm-devel mailing list