From 027fd0f8b4efcf005a0bba850109089737f40a3f Mon Sep 17 00:00:00 2001
From: Stanislaw Halik <sthalik@misaki.pl>
Date: Wed, 8 Jul 2015 06:51:51 +0200
Subject: retab and reformat only

---
 ftnoir_tracker_ht/ht-api.h | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

(limited to 'ftnoir_tracker_ht/ht-api.h')

diff --git a/ftnoir_tracker_ht/ht-api.h b/ftnoir_tracker_ht/ht-api.h
index 77903bac..4f88a6a3 100644
--- a/ftnoir_tracker_ht/ht-api.h
+++ b/ftnoir_tracker_ht/ht-api.h
@@ -14,20 +14,20 @@ struct ht_context;
 typedef struct ht_context headtracker_t;
 
 typedef struct ht_config {
-	float field_of_view;
-	float classification_delay;
-	int   pyrlk_pyramids;
-	int   pyrlk_win_size_w;
-	int   pyrlk_win_size_h;
+    float field_of_view;
+    float classification_delay;
+    int   pyrlk_pyramids;
+    int   pyrlk_win_size_w;
+    int   pyrlk_win_size_h;
     float ransac_max_inlier_error;
     float ransac_max_reprojection_error;
-	int   max_keypoints;
-	float keypoint_distance;
+    int   max_keypoints;
+    float keypoint_distance;
     int   force_width;
-	int   force_height;
-	int   force_fps;
-	int   camera_index;
-	bool  debug;
+    int   force_height;
+    int   force_fps;
+    int   camera_index;
+    bool  debug;
     int   ransac_num_iters;
     float ransac_min_features;
     float ransac_max_mean_error;
@@ -39,7 +39,7 @@ typedef struct ht_config {
 typedef struct {
     double rotx, roty, rotz;
     double tx, ty, tz;
-	bool filled;
+    bool filled;
 } ht_result_t;
 
 HT_API(headtracker_t*) ht_make_context(const ht_config_t* config, const char* filename);
-- 
cgit v1.2.3