Fix whitespace.

This commit is contained in:
Ed Maste 2008-08-01 15:13:56 +00:00
parent 2b686a3f45
commit 879afbd55a

View File

@ -2958,7 +2958,7 @@ xpt_action_sasync_cb(void *context, int pending)
* the currently existing busses. * the currently existing busses.
*/ */
xpt_for_all_busses(xptsetasyncbusfunc, cur_entry); xpt_for_all_busses(xptsetasyncbusfunc, cur_entry);
} }
free(task, M_CAMXPT); free(task, M_CAMXPT);
} }
@ -6185,7 +6185,7 @@ probedone(struct cam_periph *periph, union ccb *done_ccb)
xpt_schedule(periph, done_ccb->ccb_h.pinfo.priority); xpt_schedule(periph, done_ccb->ccb_h.pinfo.priority);
return; return;
} }
case PROBE_SERIAL_NUM_1: case PROBE_SERIAL_NUM_1:
{ {
struct ccb_scsiio *csio; struct ccb_scsiio *csio;