code format

This commit is contained in:
Dominik Maier
2020-03-19 19:23:58 +01:00
parent 51a346bcbe
commit b6fa63abdf
13 changed files with 74 additions and 54 deletions

View File

@ -166,8 +166,8 @@ u8 *DMS(u64 val) {
void DTD(u8 *buf, size_t len, u64 cur_ms, u64 event_ms) {
u64 delta;
s32 t_d, t_h, t_m, t_s;
u64 delta;
s32 t_d, t_h, t_m, t_s;
if (!event_ms) snprintf(buf, len, "none seen yet");