Cygwin: fhandler_console.cc: fix minor style issues
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -1774,8 +1774,8 @@ static const wchar_t __vt100_conv[31] = {
|
||||
0x00B7, /* Middle Dot */
|
||||
};
|
||||
|
||||
inline
|
||||
bool fhandler_console::write_console (PWCHAR buf, DWORD len, DWORD& done)
|
||||
inline bool
|
||||
fhandler_console::write_console (PWCHAR buf, DWORD len, DWORD& done)
|
||||
{
|
||||
bool need_fix_tab_position = false;
|
||||
/* Check if screen will be alternated. */
|
||||
|
Reference in New Issue
Block a user