diff --git a/usr.sbin/pkg/config.c b/usr.sbin/pkg/config.c index 3a9ad63ae407..cf21a43b078d 100644 --- a/usr.sbin/pkg/config.c +++ b/usr.sbin/pkg/config.c @@ -49,8 +49,8 @@ __FBSDID("$FreeBSD$"); #include "config.h" struct config_value { - char *value; - STAILQ_ENTRY(config_value) next; + char *value; + STAILQ_ENTRY(config_value) next; }; struct config_entry {