ref: 6d400cfcd41adcfd1e24dc9256b54e0494c261ab
parent: e978543dad27684e72e607bf11c54fc822ebb631
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Jan 7 02:06:02 EST 2020
Minor code style tweak
--- a/src/MycParam.cpp
+++ b/src/MycParam.cpp
@@ -516,9 +516,7 @@
time_count = 0;
return 0;
}
- else
- {
- time_count = rec.counter[0];
- return time_count;
- }
+
+ time_count = rec.counter[0];
+ return time_count;
}