summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2024-05-29 08:27:36 (GMT)
committerThomas Haller <thaller@redhat.com>2024-05-29 08:27:52 (GMT)
commitc36c7faad175b0238252d916a67a49ff025d1641 (patch)
tree19e1b8644a18e27b283afa66b16ce98f9df066d5 /include
parent49f7822961f5bc6b18cd2a2d3f3b8d2ab0896d3f (diff)
downloadlibnl-c36c7faad175b0238252d916a67a49ff025d1641.zip
libnl-c36c7faad175b0238252d916a67a49ff025d1641.tar.gz
libnl-c36c7faad175b0238252d916a67a49ff025d1641.tar.bz2
format: reformat "include/base/nl-base-utils.h"
This is necessary to comply with current clang-format (18.1.6-3.fc40).
Diffstat (limited to 'include')
-rw-r--r--include/base/nl-base-utils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/base/nl-base-utils.h b/include/base/nl-base-utils.h
index a155bba..a2bedee 100644
--- a/include/base/nl-base-utils.h
+++ b/include/base/nl-base-utils.h
@@ -754,10 +754,7 @@ struct trans_tbl {
const char *a;
};
-#define __ADD(id, name) \
- { \
- .i = id, .a = #name \
- }
+#define __ADD(id, name) { .i = id, .a = #name }
#define BUG() \
do { \