We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sort -u
1 parent 4312087 commit 72e14aaCopy full SHA for 72e14aa
1 file changed
.clang-format
@@ -67,7 +67,7 @@ ExperimentalAutoDetectBinPacking: false
67
# Taken from:
68
# git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ \
69
# | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \
70
-# | LC_ALL=C sort | uniq
+# | LC_ALL=C sort -u
71
ForEachMacros:
72
- '__ata_qc_for_each'
73
- '__bio_for_each_bvec'
0 commit comments