Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/fining/examples/gap/   (GAP Algebra Version 4.15.1©)  Datei vom 27.6.2023 mit Größe 129 B image not shown  

Quellcode-Bibliothek make-format.sh   Sprache: unbekannt

 
#!/bin/bash
set -e

if [[ $# -ne 0 ]]; then
  bold "error expected 0 arguments, got $#!"
  exit 1
fi

find include/libsemigroups/*.*pp -type f -exec clang-format -i --verbose {} \;
find src/*.*pp -type f -exec clang-format -i --verbose {} \;
find tests/*.*pp -type f ! -iname "catch.hpp" -exec clang-format -i --verbose {} \;
find benchmarks/*.*pp -type f ! -iname "catch.hpp" -exec clang-format -i --verbose {} \;
find benchmarks/examples/*.*pp -type f -exec clang-format -i --verbose {} \;

exit 0

Messung V0.5 in Prozent
C=80 H=100 G=90

[0.25QuellennavigatorsProjekt 2026-06-26]