mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +00:00
[USBPORT] Add a space in indentation.
This commit is contained in:
parent
ecd0097e37
commit
a4dee8e3ac
1 changed files with 2 additions and 2 deletions
|
@ -259,9 +259,9 @@ USB2_GetStartTime(IN PUSB2_TT_ENDPOINT nextTtEndpoint,
|
|||
ttEndpoint = TtEndpoint->Tt->FrameBudget[Frame].AltEndpoint;
|
||||
|
||||
if (ttEndpoint)
|
||||
return ttEndpoint->StartTime + ttEndpoint->CalcBusTime;
|
||||
return ttEndpoint->StartTime + ttEndpoint->CalcBusTime;
|
||||
else
|
||||
return USB2_FS_SOF_TIME;
|
||||
return USB2_FS_SOF_TIME;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue