diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2019-01-29 23:57:01 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2019-01-29 23:57:01 +0000 |
| commit | f5dee2cff0d7b171a2239fc9ba2973ee17c614ea (patch) | |
| tree | b1681c911b8875b5a268295044e50d4300e10201 /sys/dev/raidframe | |
| parent | dc07ed56e14905ab66be6a2b7273756605b9f7b7 (diff) | |
KNF - insert tab (thanks to mrg@)
NFCI
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_compat80.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_compat80.c b/sys/dev/raidframe/rf_compat80.c index 196af7dce6c..f3927bac5f9 100644 --- a/sys/dev/raidframe/rf_compat80.c +++ b/sys/dev/raidframe/rf_compat80.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_compat80.c,v 1.5 2019/01/29 23:42:06 oster Exp $ */ +/* $NetBSD: rf_compat80.c,v 1.6 2019/01/29 23:57:01 pgoyette Exp $ */ /* * Copyright (c) 2017 Matthew R. Green @@ -226,7 +226,7 @@ int raidframe_ioctl_80(int cmd, int initted, RF_Raid_t *raidPtr, int unit, void *data, RF_Config_t **k_cfg) { -int error; + int error; switch (cmd) { case RAIDFRAME_CHECK_RECON_STATUS_EXT80: |
