summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-05-08 11:57:03 +0100
committerVasil Zlatanov <v@skozl.com>2017-05-08 11:57:03 +0100
commit1aea6245bee79111a38b93b43647ebef0be0bb31 (patch)
treeaae6df557950fdb2189838e8491494cbb1bb58b1
parenta2b00a23a892a465a5fcab5ecbdd9ecc76ecf406 (diff)
downloade2-switch-2048.tar.gz
e2-switch-2048.tar.bz2
e2-switch-2048.zip
Remove trailing whitespace2048
-rw-r--r--src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ec5117b..faf4b2d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -10,7 +10,7 @@
void tout(void);
void draw(int board[4][4], int score);
-// Onboard LED
+// Onboard LED
PinName switch_pin[] = { SW_PINS };
Counter *switch_position[4];
@@ -152,4 +152,3 @@ void draw(int board[SIZE][SIZE], int score)
}
}
}
-