Added missing newline to the end of the files.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7779 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-07 01:09:56 +00:00
parent 029990185b
commit d1a9037152
2 changed files with 1 additions and 2 deletions

View File

@ -163,4 +163,3 @@ void Hub::Explore()
} // PORT_STATUS_CONNECTION
}//for (...)
}

View File

@ -92,4 +92,4 @@ status_t ControlPipe::SendControlMessage( usb_request_data *command , void *data
status_t retval = m_bus->hcpointer->SubmitPacket( transfer.GetData() );
return retval;
}
}