summaryrefslogtreecommitdiff
path: root/instr-daemon.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-16 15:54:42 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-16 15:54:42 -0400
commitb4a429729774f91ff259fe17d256b00134bc9f1f (patch)
tree6d3bb2a7e52e1e7bbd4b966c259ef9ee00d52d64 /instr-daemon.c
parent2d7d559d9536551dd21e116fe9c3806b8d72f690 (diff)
astyle fixes
Diffstat (limited to 'instr-daemon.c')
-rw-r--r--instr-daemon.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/instr-daemon.c b/instr-daemon.c
index 4d65a54..b64a94e 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -246,9 +246,9 @@ int main(int argc, char **argv)
if (on_delay < MIN_STARTUP_DELAY) {
on_delay = MIN_STARTUP_DELAY;
}
- if (on_delay > MAX_STARTUP_DELAY) {
- on_delay = MAX_STARTUP_DELAY;
- }
+ if (on_delay > MAX_STARTUP_DELAY) {
+ on_delay = MAX_STARTUP_DELAY;
+ }
while ((timer_count=sec_timer()-globals.Timers.startup_timer_value) < on_delay) {
message = g_strdup_printf ("%ld ", on_delay - timer_count);
@@ -352,7 +352,7 @@ static gboolean periodic_poll (void)
Menu_Check_Buttons ();
- int i;
+ int i;
for (i=0; i<max_channels; i++) {
if (globals.Flash.monitor_enabled[i]) {
I2C_Check_Monitors();