mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[SACDRV]: Code formatting.
svn path=/trunk/; revision=65641
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user