]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/freebsd-queue.h
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / lib / freebsd-queue.h
index d198f5674f33b0a036118f1d83d5edc7a10e4047..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)