mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-07 01:30:50 +00:00
Cleanup misc. whitespace
This commit is contained in:
parent
712c726304
commit
936553ab7e
@ -828,7 +828,7 @@ char FormatCharTxtAsci ( const BYTE b, bool * pWasAsci_ )
|
||||
{
|
||||
if (pWasAsci_)
|
||||
{
|
||||
*pWasAsci_ = true;
|
||||
*pWasAsci_ = true;
|
||||
}
|
||||
}
|
||||
return c;
|
||||
@ -845,7 +845,7 @@ char FormatCharTxtCtrl ( const BYTE b, bool * pWasCtrl_ )
|
||||
{
|
||||
if (pWasCtrl_)
|
||||
{
|
||||
*pWasCtrl_ = true;
|
||||
*pWasCtrl_ = true;
|
||||
}
|
||||
c = b + '@'; // map ctrl chars to visible
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user