aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-04-27 02:07:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-04-29 04:41:34 +0000
commitf648d757b76d70d58bbda7c3ed3ff79261d24d0f (patch)
treeb4dd5bab7910a1376933a199e8b197870ec85e87
parentb9820bca183aba6c0c03a8b717bedd24da7428da (diff)
downloadsrc-f648d757b76d70d58bbda7c3ed3ff79261d24d0f.tar.gz
src-f648d757b76d70d58bbda7c3ed3ff79261d24d0f.zip
pkg(7): indentation fixes
Non functional changes
-rw-r--r--usr.sbin/pkg/config.c4
1 files changed, 2 insertions, 2 deletions
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 {