Brace style and whitespace fixes

This commit is contained in:
Avamander
2021-06-25 00:43:30 +03:00
parent b6e9e4171d
commit 3a09b3614c
5 changed files with 5 additions and 5 deletions

View File

@@ -281,4 +281,4 @@ namespace Pinetime {
return std::chrono::duration_cast<std::chrono::seconds>(dateTimeController.CurrentDateTime().time_since_epoch()).count();
}
}
}
}

View File

@@ -139,4 +139,4 @@ namespace Pinetime {
uint64_t getCurrentUNIXTimestamp() const;
};
}
}
}