style: identifiers separation

This commit is contained in:
2025-11-23 13:06:40 +01:00
parent 6b4630f255
commit 2f83bbb21e
4 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ bool timer_inc(Timer *timer) {
double timer_reset(Timer *timer) {
struct timeval stop;
double secs, per_secs;
double secs;
double per_secs;
gettimeofday(&stop, NULL);