# HG changeset patch # User Franz Glasner # Date 1731067079 -3600 # Node ID 70e08ff3db452cd9af64991e2f9687d72d5adaba # Parent 1e62a914c127d4cde35c61ac3ae3d94530464c19 fports: Style diff -r 1e62a914c127 -r 70e08ff3db45 sbin/fports --- a/sbin/fports Fri Nov 08 12:02:21 2024 +0100 +++ b/sbin/fports Fri Nov 08 12:57:59 2024 +0100 @@ -690,7 +690,8 @@ shift case "${command}" in - '') fatal 2 "no command given";; + '') + fatal 2 "no command given";; deptree) command_deptree "$@";; detail)