1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

indent: properly indent goto

This commit is contained in:
Zdenek Kabelac 2017-06-09 14:52:40 +02:00
parent 57379157f4
commit 3055131784

View File

@ -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: