diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 12:32:58 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 12:32:58 -0400 |
commit | c3f7e27f94563adc50e857d31c602ec03c2e7332 (patch) | |
tree | f8600f1c14d214bd80c9a904b0a3adac62df6658 /instr-daemon.c | |
parent | 969879565a82fc646b00afcc7549a10f95623fa1 (diff) |
astyle fixes
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index ffd7153..e1e29fb 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -349,7 +349,7 @@ static gboolean periodic_poll (void) } } GPIB_check_for_device_clear_signal(); - + Update_Main_Menu_If_Visible(); return TRUE; |