mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2025-02-17 03:48:46 +00:00
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
find vita3k tools/gen-modules tools/native-tool \( -name *.cpp -o -name *.h \) | xargs clang-format -i
|