Fix indent for if clause.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2020-07-20 01:55:19 +00:00
parent f2be828f97
commit 82b17c8e91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363360

View File

@ -917,7 +917,7 @@ g_ccd_config(struct gctl_req *req, struct g_class *mp, char const *verb)
} else if (!strcmp(verb, "destroy geom")) {
gp = gctl_get_geom(req, mp, "geom");
if (gp != NULL)
g_ccd_destroy_geom(req, mp, gp);
g_ccd_destroy_geom(req, mp, gp);
} else if (!strcmp(verb, "list")) {
g_ccd_list(req, mp);
} else {