pkg(7): indentation fixes

Non functional changes
This commit is contained in:
Baptiste Daroussin 2021-04-27 04:07:05 +02:00
parent b9820bca18
commit f648d757b7

View File

@ -49,8 +49,8 @@ __FBSDID("$FreeBSD$");
#include "config.h" #include "config.h"
struct config_value { struct config_value {
char *value; char *value;
STAILQ_ENTRY(config_value) next; STAILQ_ENTRY(config_value) next;
}; };
struct config_entry { struct config_entry {