mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-09-03 12:21:49 +00:00
3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
clang-format -i $(find . -name '*.[ch]')
|