From d81cbcf359729687afa1cce849f85260c8724d74 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 26 Jun 2013 18:08:23 -0400 Subject: [PATCH] DeskCalc: tiny whitespace style fix --- src/apps/deskcalc/CalcView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/deskcalc/CalcView.cpp b/src/apps/deskcalc/CalcView.cpp index c9a0f9c400..7fc5f4a719 100644 --- a/src/apps/deskcalc/CalcView.cpp +++ b/src/apps/deskcalc/CalcView.cpp @@ -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]);