mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-01-23 17:16:47 +01:00
6 lines
78 B
Bash
6 lines
78 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
# Run clang-format
|
||
|
cd /yuzu
|
||
|
./.travis/clang-format/script.sh
|