From f7a9317b8e91ad96fc24b07fbf69fa004bf39d53 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 14 Jun 2022 13:27:56 -0500 Subject: [PATCH] scripts: Actually format the hand tracking stuff --- scripts/format-project.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/format-project.sh b/scripts/format-project.sh index 78101b4f2..6731c91a2 100755 --- a/scripts/format-project.sh +++ b/scripts/format-project.sh @@ -34,6 +34,7 @@ fi src/xrt/ipc \ src/xrt/state_trackers \ src/xrt/targets \ + src/xrt/tracking \ tests \ \( -name "*.c" -o -name "*.cpp" -o -name "*.h" -o -name "*.hpp" \) \ -exec ${CLANGFORMAT} -i -style=file \{\} +