blob: d8aa7be6afb974ad0c6db29a9db6867756eec926 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001# Running it twice corrects some bugs in clang-format.
2for run in {1..2}
3do
4 clang-format -i include/flatbuffers/* src/*.cpp tests/*.cpp samples/*.cpp grpc/src/compiler/schema_interface.h grpc/tests/*.cpp
5done
6git checkout include/flatbuffers/reflection_generated.h