Module Name:    src
Committed By:   mlelstv
Date:           Sun Jun  5 04:50:23 UTC 2016

Modified Files:
        src/sys/dev/iscsi: iscsi_main.c

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/iscsi/iscsi_main.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/iscsi/iscsi_main.c
diff -u src/sys/dev/iscsi/iscsi_main.c:1.19 src/sys/dev/iscsi/iscsi_main.c:1.20
--- src/sys/dev/iscsi/iscsi_main.c:1.19	Sun Jun  5 04:36:05 2016
+++ src/sys/dev/iscsi/iscsi_main.c	Sun Jun  5 04:50:23 2016
@@ -107,7 +107,7 @@ struct cdevsw iscsi_cdevsw = {
 /******************************************************************************/
 
 STATIC void iscsi_scsipi_request(struct scsipi_channel *,
-								 scsipi_adapter_req_t, void *);
+                                 scsipi_adapter_req_t, void *);
 STATIC void iscsi_minphys(struct buf *);
 
 /******************************************************************************/

Reply via email to