mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-03 11:09:15 +08:00
Update format.sh
This commit is contained in:
parent
1379f68bda
commit
58dac85596
@ -7,7 +7,5 @@ echo -n "Running dos2unix "
|
|||||||
$find_sources | xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'"
|
$find_sources | xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'"
|
||||||
echo
|
echo
|
||||||
echo -n "Running clang-format "
|
echo -n "Running clang-format "
|
||||||
|
|
||||||
$find_sources | xargs -I {} sh -c "clang-format -i {}; echo -n '.'"
|
$find_sources | xargs -I {} sh -c "clang-format -i {}; echo -n '.'"
|
||||||
|
echo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user