Trailing whitespace

This commit is contained in:
Scott Lahteine
2019-07-29 19:46:22 -05:00
parent eae543adf3
commit 1165c26ab4
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ bool PersistentStore::access_start() {
NVMCTRL->SEECFG.reg = NVMCTRL_SEECFG_WMODE_BUFFERED; // Buffered mode and segment reallocation active
#endif
return true;
return true;
}
bool PersistentStore::access_finish() {