mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 23:03:46 +01:00
6 lines
56 B
Bash
6 lines
56 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
. ./util/ci/clang-format.sh
|
||
|
|
||
|
fix_format
|