From f103d1e2b420231c37684750cd36a825425fc313 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 23 Aug 2018 11:35:55 -0700 Subject: 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. --- contrib/kernel-tree/filter-compat-defines.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/kernel-tree') diff --git a/contrib/kernel-tree/filter-compat-defines.sh b/contrib/kernel-tree/filter-compat-defines.sh index a2423ca..424cdf3 100755 --- a/contrib/kernel-tree/filter-compat-defines.sh +++ b/contrib/kernel-tree/filter-compat-defines.sh @@ -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}" -- cgit v1.2.3-59-g8ed1b