]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/freebsd-queue.h
*: conform with COMMUNITY.md formatting rules, via 'make indent'
[mirror_frr.git] / lib / freebsd-queue.h
index 658b602ba3f740d4a2672f6c633dc0e36ac9e746..4fcfe85a687c682d77991044bdb13aae39643260 100644 (file)
@@ -302,8 +302,7 @@ struct qm_trace {
        (STAILQ_EMPTY((head))                                                  \
                 ? NULL                                                        \
                 : ((struct type *)(void *)((char *)((head)->stqh_last)        \
-                                           - __offsetof(struct type,          \
-                                                        field))))
+                                           - offsetof(struct type, field))))
 
 #define        STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)