Changeset 56425 in vbox
- Timestamp:
- Jun 15, 2015 11:03:09 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Storage/VBoxSCSI.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxSCSI.cpp
r56413 r56425 356 356 357 357 /* Accesses without a valid buffer will be ignored. */ 358 AssertReturn( !pVBoxSCSI->pbBuf, VINF_SUCCESS);358 AssertReturn(pVBoxSCSI->pbBuf, VINF_SUCCESS); 359 359 360 360 /* Check state. */ … … 409 409 410 410 /* Accesses without a valid buffer will be ignored. */ 411 AssertReturn( !pVBoxSCSI->pbBuf, VINF_SUCCESS);411 AssertReturn(pVBoxSCSI->pbBuf, VINF_SUCCESS); 412 412 413 413 /* State machine assumptions. */
Note:
See TracChangeset
for help on using the changeset viewer.

