Another formatting run

I really kinda hate how insistent clang-format is to have line
breaks *IFF THE LINE IS TOO LONG*.

Like... lemme just add a break if it looks better, will you?

But it is the style at this time, so we shall tie an onion to our
belt.
This commit is contained in:
Fabian Homborg
2020-06-24 20:43:56 +02:00
parent c21a3b9d71
commit 149a0b98af
21 changed files with 110 additions and 114 deletions

View File

@@ -32,7 +32,7 @@ complete -c create_ap -l stop -x -d 'Send stop command to an already running cre
complete -c create_ap -l list-running -d 'Show already running create_ap processes'
complete -c create_ap -l list-clients -x -d 'List clients connected to create_ap instance with given pid'
complete -c create_ap -l mkconfig -F -d 'Store configs in file'
complete -c create_ap -l config -F -d 'Load configs from file'
complete -c create_ap -l config -F -d 'Load configs from file'
complete -c create_ap -l no-dns -d 'Disable dnsmasq DNS server'
complete -c create_ap -l no-dnsmasq -d 'Disable dnsmasq server completely'
complete -c create_ap -s g -x -d 'IPv4 Gateway for the Access Point'