format src/examples/flow_position_estimator

This commit is contained in:
Daniel Agar
2015-09-05 12:21:09 -04:00
parent 50d74e00ec
commit d2db6855ad
@@ -116,7 +116,7 @@ int flow_position_estimator_main(int argc, char *argv[])
SCHED_PRIORITY_MAX - 5,
4000,
flow_position_estimator_thread_main,
(argv) ? (char * const *)&argv[2] : (char * const *)NULL);
(argv) ? (char *const *)&argv[2] : (char *const *)NULL);
exit(0);
}