Removed whitespace at the end of lines.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26817 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-08-05 16:56:25 +00:00
parent 5737b4aed8
commit 7bcc8f0f61
@@ -73,6 +73,7 @@ is_sg_list_dma_safe(scsi_ccb *request)
if (((addr_t)sg_list->address & alignment) != 0) { if (((addr_t)sg_list->address & alignment) != 0) {
SHOW_FLOW(0, "S/G-entry has bad alignment @0x%x", SHOW_FLOW(0, "S/G-entry has bad alignment @0x%x",
(int)sg_list->address); (int)sg_list->address);
panic("XXX");
return false; return false;
} }