Skip to content
  • lbartoletti's avatar
    Fix include. Use " instead of <> · d2989df2
    lbartoletti authored
    - git grep --name-only "#include <SFCGAL" | xargs sed -i '' -e "s|#include <SFCGAL/\(.*\)>|#include \"SFCGAL/\1\"|g"
    - clang-format -i $(find src/ -iname '*.cpp' -or -iname '*.hpp' -or -iname '*.c' -or -iname '*.h')
    d2989df2