mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-11-23 13:39:48 +00:00
5 lines
127 B
Bash
Executable File
5 lines
127 B
Bash
Executable File
#! /bin/bash
|
|
set -ex
|
|
|
|
find src/emulator src/gen-modules src/native-tool \( -name *.cpp -o -name *.h \) | xargs clang-format -i
|