Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Allan Jude <allan@klarasystems.com>
  • Loading branch information
allanjude committed Oct 30, 2021
1 parent 2378f7b commit cf4f293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/zfs/vdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -5915,8 +5915,8 @@ vdev_prop_get(vdev_t *vd, nvlist_t *innvl, nvlist_t *outnvl)
src = ZPROP_SRC_DEFAULT;

/* Leaf vdevs cannot have this property */
if (vd->vdev_mg == NULL
&& vd->vdev_top != NULL) {
if (vd->vdev_mg == NULL &&
vd->vdev_top != NULL) {
src = ZPROP_SRC_NONE;
intval = ZPROP_BOOLEAN_NA;
}
Expand Down

0 comments on commit cf4f293

Please sign in to comment.