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