b9517df566
GitOrigin-RevId: 641a593c8fc4ebf5fc5e2b513d9dd5925856e869
3 lines
87 B
Bash
Executable File
3 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
./src.sh | grep -v CxCli.h | xargs -n 1 clang-format -verbose -style=file -i
|