mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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,
|
||||
AlteronateFont6,
|
||||
AlternateFont7,
|
||||
AlternatEfont8,
|
||||
Alternatefont9,
|
||||
AlternateFont8,
|
||||
AlternateFont9,
|
||||
|
||||
//
|
||||
// Additional attributes (not supported)
|
||||
|
|
|
@ -1088,7 +1088,7 @@ VTUTF8ChannelOEcho(IN PSAC_CHANNEL Channel,
|
|||
/* Return success if there's nothing to echo */
|
||||
if (!(Size / sizeof(WCHAR))) return Status;
|
||||
|
||||
/* Start with the input string*/
|
||||
/* Start with the input string */
|
||||
pwch = (PWCHAR)String;
|
||||
|
||||
/* First, figure out how much is outside of the block length alignment */
|
||||
|
|
Loading…
Reference in a new issue