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:
beveloper
2004-06-20 16:31:25 +00:00
parent 965171190d
commit b0216c645f
4 changed files with 3 additions and 4 deletions
@@ -163,4 +163,3 @@ void Hub::Explore()
} // PORT_STATUS_CONNECTION
}//for (...)
}
+1 -1
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;
}
}
@@ -55,4 +55,4 @@ void Transfer::SetActualLength( size_t *actual_length )
usb_transfer_t * Transfer::GetData()
{
return d;
}
}
+1 -1
View File
@@ -46,4 +46,4 @@ private:
BBitmap *image;
};
#endif
#endif