Keep indentions the same as the others.

This commit is contained in:
R. Bernstein
2009-12-24 08:58:06 -05:00
parent 1d4e4fd169
commit 507beb23a1

View File

@@ -1233,10 +1233,10 @@ run_mmc_cmd_linux( void *p_user_data,
memcpy(&cgc.cmd, p_cdb, i_cdb);
cgc.buflen = i_buf;
cgc.buffer = p_buf;
cgc.data_direction = (SCSI_MMC_DATA_READ == e_direction)
cgc.data_direction = (SCSI_MMC_DATA_READ == e_direction)
? CGC_DATA_READ : CGC_DATA_WRITE;
#ifdef HAVE_LINUX_CDROM_TIMEOUT
cgc.timeout = i_timeout_ms;
cgc.timeout = i_timeout_ms;
#endif
{