summaryrefslogtreecommitdiff
path: root/monitor_sirf.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_sirf.c')
-rw-r--r--monitor_sirf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_sirf.c b/monitor_sirf.c
index e08423c0..4357f4ee 100644
--- a/monitor_sirf.c
+++ b/monitor_sirf.c
@@ -622,7 +622,7 @@ static void sirf_update(void)
#ifdef ALLOW_CONTROLSEND
/* elicit navigation parameters */
- if (dispmode && (time(NULL) % 10 == 0)){
+ if (dispmode && (time(NULL) % 10 == 0)) {
(void)monitor_control_send((unsigned char *)"\x98\x00", 2);
}
#endif /* ALLOW_CONTROLSEND */