Skip to content

Commit

Permalink
Adding octree to format list
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Feb 18, 2020
1 parent 71426b0 commit 6aebe45
Show file tree
Hide file tree
Showing 29 changed files with 7,946 additions and 7,291 deletions.
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="2d ml simulation stereo"
local whitelist="2d ml octree simulation stereo"

local PCL_DIR="${2}"
local formatter="${1}"
Expand Down
2 changes: 1 addition & 1 deletion octree/include/pcl/octree/boost.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#pragma once

#ifdef __GNUC__
#pragma GCC system_header
#pragma GCC system_header
#endif

// Marking all Boost headers as system headers to remove warnings
Expand Down
Loading

0 comments on commit 6aebe45

Please sign in to comment.