mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
pkg(7): indentation fixes
Non functional changes
This commit is contained in:
parent
b9820bca18
commit
f648d757b7
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue