mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: TerminalDxe driver code clean up
Roll back the EOL change wrongly made by last patch. Adjust the space to align to the EDKII coding style. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12513 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
02b7bcf9ce
commit
4bc6ad3935
|
@ -1061,7 +1061,9 @@ UnicodeToEfiKeyFlushState (
|
||||||
|
|
||||||
InputState = TerminalDevice->InputState;
|
InputState = TerminalDevice->InputState;
|
||||||
|
|
||||||
if( IsEfiKeyFiFoFull(TerminalDevice) ) return;
|
if (IsEfiKeyFiFoFull (TerminalDevice)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if ((InputState & INPUT_STATE_ESC) != 0) {
|
if ((InputState & INPUT_STATE_ESC) != 0) {
|
||||||
Key.ScanCode = SCAN_ESC;
|
Key.ScanCode = SCAN_ESC;
|
||||||
|
|
Loading…
Reference in New Issue