irrlicht/examples/AutomatedTest
Desour dd1043c4c0 Replace non-leading tabs with spaces, using:
find -type f |  # list all regular files
  grep -E '\.(h|cpp|mm)$' |  # filter for source files
  grep -v '/mt_' |  # filter out generated files
  grep -v '/vendor/' | # and vendored GL
  xargs -n 1 -P $(nproc) ./replace_non_leading_tabs.lua  # reformat everything
2024-03-21 22:08:26 +01:00
..
main.cpp Fix ifs clang-format didn’t get 2024-03-21 22:08:26 +01:00
test_array.cpp Replace non-leading tabs with spaces, using: 2024-03-21 22:08:26 +01:00
test_helper.h Reformat the code, using: 2024-03-21 22:08:26 +01:00
test_string.cpp Reformat the code, using: 2024-03-21 22:08:26 +01:00