Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply clangformat to gpu code #4719

Merged
2 changes: 1 addition & 1 deletion .dev/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

format() {
# don't use a directory with whitespace
local whitelist="apps/3d_rec_framework apps/modeler 2d geometry ml octree simulation stereo tracking registration"
local whitelist="apps/3d_rec_framework apps/modeler 2d geometry ml octree simulation stereo tracking registration gpu/containers"

local PCL_DIR="${2}"
local formatter="${1}"
Expand Down
Loading