mirror of
https://github.com/amnezia-vpn/amneziawg-linux-kernel-module.git
synced 2026-05-17 08:26:30 +03:00
global: run through clang-format
This is the worst commit in the whole repo, making the code much less readable, but so it goes with upstream maintainers. We are now woefully wrapped at 80 columns. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
@@ -28,4 +28,4 @@ while IFS= read -r line; do
|
||||
[[ ${ifs[level]} -ne 0 ]] && continue
|
||||
fi
|
||||
[[ $silent -eq 0 ]] && printf '%s\n' "$line"
|
||||
done < "$1"
|
||||
done < "$1" | clang-format -style="{ColumnLimit: 10000}"
|
||||
|
||||
Reference in New Issue
Block a user