Format files using build_tools/style.fish

This commit is contained in:
Daniel Rainer
2025-06-06 17:33:49 +02:00
committed by Johannes Altmanninger
parent d18d414745
commit f0a54510c3
8 changed files with 48 additions and 48 deletions

View File

@@ -5,7 +5,8 @@
#
# Usage: ./diff_profiles.fish profile1.log profile2.log > profile_diff.log
if test (count $argv) -ne 2;
if test (count $argv) -ne 2
echo "Incorrect number of arguments."
echo "Usage: "(status filename)" profile1.log profile2.log"
exit 1