Files
cve-check-tool/update_format.sh

3 lines
53 B
Bash
Executable File

#!/bin/bash
clang-format -i $(find . -name '*.[ch]')