Skip to content
Snippets Groups Projects
Commit 986bef3b authored by Christian Eichler's avatar Christian Eichler
Browse files

ws-only: Tabs instead of two spaces...

parent c654c702
No related branches found
No related tags found
No related merge requests found
...@@ -204,9 +204,10 @@ static bool updateTime() { ...@@ -204,9 +204,10 @@ static bool updateTime() {
uint32_t delta = new_ts - old_ts; uint32_t delta = new_ts - old_ts;
// Update entries // Update entries
delta &= ~(0x7); delta &= ~(0x7);
for (int i = 0; i < timelog_entry; i++) for (int i = 0; i < timelog_entry; i++) {
timelog[i] += delta; timelog[i] += delta;
} }
}
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment