added missing newline at end of file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8078 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -163,4 +163,3 @@ void Hub::Explore()
|
|||||||
} // PORT_STATUS_CONNECTION
|
} // PORT_STATUS_CONNECTION
|
||||||
}//for (...)
|
}//for (...)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -92,4 +92,4 @@ status_t ControlPipe::SendControlMessage( usb_request_data *command , void *data
|
|||||||
|
|
||||||
status_t retval = m_bus->hcpointer->SubmitPacket( transfer.GetData() );
|
status_t retval = m_bus->hcpointer->SubmitPacket( transfer.GetData() );
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,4 +55,4 @@ void Transfer::SetActualLength( size_t *actual_length )
|
|||||||
usb_transfer_t * Transfer::GetData()
|
usb_transfer_t * Transfer::GetData()
|
||||||
{
|
{
|
||||||
return d;
|
return d;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,4 +46,4 @@ private:
|
|||||||
BBitmap *image;
|
BBitmap *image;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user