mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix indent for if clause.
MFC after: 2 weeks
This commit is contained in:
parent
f2be828f97
commit
82b17c8e91
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue