pkg(7): indentation fixes
Non functional changes
This commit is contained in:
parent
b9820bca18
commit
f648d757b7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user