DeskCalc: tiny whitespace style fix
This commit is contained in:
parent
a83b0c51c0
commit
d81cbcf359
@ -602,7 +602,7 @@ CalcView::MouseUp(BPoint point)
|
||||
void
|
||||
CalcView::KeyDown(const char* bytes, int32 numBytes)
|
||||
{
|
||||
// if single byte character...
|
||||
// if single byte character...
|
||||
if (numBytes == 1) {
|
||||
|
||||
//printf("Key pressed: %c\n", bytes[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user