summaryrefslogtreecommitdiff
path: root/external/mit/libcbor/dist/refresh_templates.sh
blob: c7e871fd33bb09724b4a4cc9da01267e1bb377c9 (plain)
1
2
3
4
#!/usr/bin/env bash
erb $(dirname $0)/test/stream_expectations.c.erb > \
    $(dirname $0)/test/stream_expectations.c
clang-format -style=file -i $(dirname $0)/test/stream_expectations.c