aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/generate_reprojection_functions/check_generated.c1
-rw-r--r--tools/showreproject/showreproject.cc2
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/generate_reprojection_functions/check_generated.c b/tools/generate_reprojection_functions/check_generated.c
index a139651..446e94f 100644
--- a/tools/generate_reprojection_functions/check_generated.c
+++ b/tools/generate_reprojection_functions/check_generated.c
@@ -4,7 +4,6 @@
#include <math.h>
#include <os_generic.h>
-
void gen_survive_reproject_full(FLT *out, const SurvivePose *obj_pose, const LinmathVec3d obj_pt,
const SurvivePose *lh2world, const BaseStationData *bsd,
const survive_calibration_config *config) {
diff --git a/tools/showreproject/showreproject.cc b/tools/showreproject/showreproject.cc
index 8bb91a2..3eea83d 100644
--- a/tools/showreproject/showreproject.cc
+++ b/tools/showreproject/showreproject.cc
@@ -223,7 +223,7 @@ int main(int argc, char **argv) {
}
size_t showui = survive_configi(ctx1, "show-ui", SC_GET, 0);
- if(showui)
+ if (showui)
drawbsds(ctx1);
int waitUpdate = 100;