... otherwise the upcoming clang-format will try to fold them on single
line, making the end result far from ideal.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/114
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
const struct hash_bucket *bucket = hash->buckets + pos;
const struct hash_entry se = {
.key = key,
- .value = NULL
+ .value = NULL,
};
const struct hash_entry *entry;
struct hash_entry *entry, *entry_end;
const struct hash_entry se = {
.key = key,
- .value = NULL
+ .value = NULL,
};
entry = bsearch(&se, bucket->entries, bucket->used,
#ifdef ENABLE_ZSTD
{".ko.zst", sizeof(".ko.zst") - 1},
#endif
- { }
+ { },
};
/* string handling functions and memory allocations */