From 1aea6245bee79111a38b93b43647ebef0be0bb31 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 8 May 2017 11:57:03 +0100 Subject: Remove trailing whitespace --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 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) } } } - -- cgit v1.2.3