mirror of
https://github.com/clearlinux/cve-check-tool.git
synced 2026-09-06 13:41:48 +00:00
3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
clang-format -i $(find . -name '*.[ch]')
|