[USBPORT] Add a space in indentation.

This commit is contained in:
Vadim Galyant 2018-01-17 06:50:04 +09:00 committed by Amine Khaldi
parent ecd0097e37
commit a4dee8e3ac

View file

@ -259,9 +259,9 @@ USB2_GetStartTime(IN PUSB2_TT_ENDPOINT nextTtEndpoint,
ttEndpoint = TtEndpoint->Tt->FrameBudget[Frame].AltEndpoint; ttEndpoint = TtEndpoint->Tt->FrameBudget[Frame].AltEndpoint;
if (ttEndpoint) if (ttEndpoint)
return ttEndpoint->StartTime + ttEndpoint->CalcBusTime; return ttEndpoint->StartTime + ttEndpoint->CalcBusTime;
else else
return USB2_FS_SOF_TIME; return USB2_FS_SOF_TIME;
} }
else else
{ {