Module Name: src
Committed By: pgoyette
Date: Tue Jan 29 23:57:01 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_compat80.c
Log Message:
KNF - insert tab (thanks to mrg@)
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/raidframe/rf_compat80.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/raidframe/rf_compat80.c
diff -u src/sys/dev/raidframe/rf_compat80.c:1.5 src/sys/dev/raidframe/rf_compat80.c:1.6
--- src/sys/dev/raidframe/rf_compat80.c:1.5 Tue Jan 29 23:42:06 2019
+++ src/sys/dev/raidframe/rf_compat80.c Tue Jan 29 23:57:01 2019
@@ -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: