[SACDRV]: Code formatting.

svn path=/trunk/; revision=65641
This commit is contained in:
Hermès Bélusca-Maïto 2014-12-14 16:54:14 +00:00
parent e4e3241286
commit 37d3115479
2 changed files with 3 additions and 3 deletions

View file

@ -1397,8 +1397,8 @@ typedef enum _VT_ANSI_ATTRIBUTES
AlteronateFont5,
AlteronateFont6,
AlternateFont7,
AlternatEfont8,
Alternatefont9,
AlternateFont8,
AlternateFont9,
//
// Additional attributes (not supported)

View file

@ -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 */