Needs more whitespace

This commit is contained in:
John Stäck 2019-07-28 14:50:31 +02:00
parent 44b91a1a89
commit db4e4ac2f7
6 changed files with 6 additions and 6 deletions

View file

@ -45,4 +45,4 @@ void updateSensorLEDs() {
} else {
analogWrite(pLedPin, 0);
}
}
}

View file

@ -9,4 +9,4 @@ void statusLedFlash(uint16_t delayTime);
void statusLedBlink();
void updateSensorLEDs();
#endif
#endif

View file

@ -111,4 +111,4 @@ class Adafruit_MPR121 {
int8_t _i2caddr;
};
#endif // ADAFRUIT_MPR121_H
#endif // ADAFRUIT_MPR121_H

View file

@ -3,4 +3,4 @@
#include <SDL2/SDL.h>
#else
#error "Platform not supported, fix include paths and stuff.."
#endif
#endif

View file

@ -1 +1 @@
#include <SDL2/SDL_syswm.h>
#include <SDL2/SDL_syswm.h>

View file

@ -727,4 +727,4 @@ void Adafruit_SSD1306::ssd1306_command(uint8_t cmd)
default: break;
}
}
}