Remove trailing whitespace.

Note: Is it possible to run CI locally?
This commit is contained in:
Justin Arruda 2021-11-07 09:36:40 -05:00
parent 2d3b642078
commit b0adf426c4
2 changed files with 2 additions and 2 deletions

View file

@ -496,7 +496,7 @@ bool Adafruit_SSD1306::begin(uint8_t vcs, uint8_t addr, bool reset,
clearDisplay();
#ifndef SSD1306_NO_SPLASH
#ifndef SSD1306_NO_SPLASH
if (HEIGHT > 32) {
drawBitmap((WIDTH - splash1_width) / 2, (HEIGHT - splash1_height) / 2,
splash1_data, splash1_width, splash1_height, 1);

View file

@ -5,7 +5,7 @@ define HEADER
/**
* This file is autogenerated, do not edit.
* Run `make` from the scripts directory to produce splash.h
*
*
* Splashes will be stored in PROGMEM (flash).
* If SSD1306_NO_SPLASH is defined, the splashes are omitted.
*/