Skip to content

Commit 72e14aa

Browse files
committed
clang-format: Simplify command with sort -u
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 4312087 commit 72e14aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ExperimentalAutoDetectBinPacking: false
6767
# Taken from:
6868
# git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ \
6969
# | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \
70-
# | LC_ALL=C sort | uniq
70+
# | LC_ALL=C sort -u
7171
ForEachMacros:
7272
- '__ata_qc_for_each'
7373
- '__bio_for_each_bvec'

0 commit comments

Comments
 (0)