Fix switch statement indentation in the FreeBSD kstat code

This is in preparation for some functional changes.

Reviewed-by: Allan Jude <allan@klarasystems.com>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Signed-off-by: Mark Johnston <markj@FreeBSD.org>
Closes #10950
This commit is contained in:
Mark Johnston 2020-09-18 08:41:28 -04:00 committed by Brian Behlendorf
parent 37b00fb039
commit c50f3c902f
1 changed files with 102 additions and 105 deletions

View File

@ -397,9 +397,7 @@ kstat_install_named(kstat_t *ksp)
default:
panic("unsupported type: %d", typelast);
}
}
}
void
@ -443,7 +441,6 @@ kstat_install(kstat_t *ksp)
panic("unsupported kstat type %d\n", ksp->ks_type);
}
ksp->ks_sysctl_root = root;
}
void