Added missing newline.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7629 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-05-24 01:36:53 +00:00
parent a4733dd5dd
commit df88c4db24
2 changed files with 2 additions and 2 deletions

View File

@ -82,4 +82,4 @@ typedef struct host_controller_info
status_t (*SubmitPacket)(usb_packet_t *);
} host_controller_info;
#endif //HOST_CONTROLLER_INFO_H
#endif //HOST_CONTROLLER_INFO_H

View File

@ -466,4 +466,4 @@ rh_update_port_status(void)
m_data->port_status[i].status = newstatus;
m_data->port_status[i].change = newchange;
}
}
}