Removed unneeded newlines

This commit is contained in:
Daniel Bernard 2018-10-07 20:55:13 -05:00
parent 47bd2d31c6
commit a23b54f92f
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
static bool psmInitialized;
void powerGetDetails(uint32_t *batteryCharge, bool *isCharging) {
ChargerType charger = ChargerType_None;

View File

@ -1,6 +1,5 @@
#include "../common/common.h"
void powerInit(void) {
}