Skip to content

Commit

Permalink
DeskCalc: tiny whitespace style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Jun 26, 2013
1 parent a83b0c5 commit d81cbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/deskcalc/CalcView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit d81cbcf

Please sign in to comment.