diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-03 00:12:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:48:20 +0100 |
commit | d605ba28c0aa051384273941fa238a9174321a6d (patch) | |
tree | ea83a2033a2efddd27ee9ff9ce284003db654549 | |
parent | 03e460d845c4b0e3eca4452ce66a76615d500954 (diff) |
tracker/wii: indent only
-rw-r--r-- | tracker-wii/wii_camera.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tracker-wii/wii_camera.h b/tracker-wii/wii_camera.h index c8a1d106..14cb55df 100644 --- a/tracker-wii/wii_camera.h +++ b/tracker-wii/wii_camera.h @@ -45,9 +45,9 @@ struct WIICamera final : pt_camera void show_camera_settings() override; private: - static void on_state_change(wiimote &remote, - state_change_flags changed, - const wiimote_state &new_state); + static void on_state_change(wiimote &remote, + state_change_flags changed, + const wiimote_state &new_state); wii_camera_status pair(); wii_camera_status get_frame_(cv::Mat& Frame); bool get_points(struct wii_info& wii); |