Commit 72e14aa9 authored by Miguel Ojeda's avatar Miguel Ojeda
Browse files

clang-format: Simplify command with `sort -u`



Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 43120879
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ ExperimentalAutoDetectBinPacking: false
# Taken from:
#   git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ \
#   | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$,  - '\1'," \
#   | LC_ALL=C sort | uniq
#   | LC_ALL=C sort -u
ForEachMacros:
  - '__ata_qc_for_each'
  - '__bio_for_each_bvec'