DeskCalc: tiny whitespace style fix

This commit is contained in:
John Scipione 2013-06-26 18:08:23 -04:00
parent a83b0c51c0
commit d81cbcf359

View File

@ -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]);