mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[SACDRV]: Code formatting.
svn path=/trunk/; revision=65641
This commit is contained in:
parent
e4e3241286
commit
37d3115479
2 changed files with 3 additions and 3 deletions
|
@ -1397,8 +1397,8 @@ typedef enum _VT_ANSI_ATTRIBUTES
|
||||||
AlteronateFont5,
|
AlteronateFont5,
|
||||||
AlteronateFont6,
|
AlteronateFont6,
|
||||||
AlternateFont7,
|
AlternateFont7,
|
||||||
AlternatEfont8,
|
AlternateFont8,
|
||||||
Alternatefont9,
|
AlternateFont9,
|
||||||
|
|
||||||
//
|
//
|
||||||
// Additional attributes (not supported)
|
// Additional attributes (not supported)
|
||||||
|
|
|
@ -1088,7 +1088,7 @@ VTUTF8ChannelOEcho(IN PSAC_CHANNEL Channel,
|
||||||
/* Return success if there's nothing to echo */
|
/* Return success if there's nothing to echo */
|
||||||
if (!(Size / sizeof(WCHAR))) return Status;
|
if (!(Size / sizeof(WCHAR))) return Status;
|
||||||
|
|
||||||
/* Start with the input string*/
|
/* Start with the input string */
|
||||||
pwch = (PWCHAR)String;
|
pwch = (PWCHAR)String;
|
||||||
|
|
||||||
/* First, figure out how much is outside of the block length alignment */
|
/* First, figure out how much is outside of the block length alignment */
|
||||||
|
|
Loading…
Reference in a new issue