From dac16d5e3682357a68a658914c8eba5edd212ca2 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Tue, 18 Apr 2017 12:41:34 -0400 Subject: [PATCH] Remove inadvertently added space character --- src/Arduboy2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Arduboy2.h b/src/Arduboy2.h index efa2172..ed4ae0b 100644 --- a/src/Arduboy2.h +++ b/src/Arduboy2.h @@ -386,7 +386,7 @@ class Arduboy2Base : public Arduboy2Core * specified color. The values WHITE or BLACK can be used for the color. * If the `color` parameter isn't included, the pixel will be set to WHITE. */ - void drawPixel(int16_t x, int16_t y, uint8_t color = WHITE); + void drawPixel(int16_t x, int16_t y, uint8_t color = WHITE); /** \brief * Returns the state of the given pixel in the screen buffer.