The branch stable/12 has been updated by bapt:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1c6e6d014ae45650cfbc961198423e8dd172cc39

commit 1c6e6d014ae45650cfbc961198423e8dd172cc39
Author:     Baptiste Daroussin <[email protected]>
AuthorDate: 2021-04-27 02:07:05 +0000
Commit:     Baptiste Daroussin <[email protected]>
CommitDate: 2021-05-05 08:20:29 +0000

    pkg(7): indentation fixes
    
    Non functional changes
    
    (cherry picked from commit f648d757b76d70d58bbda7c3ed3ff79261d24d0f)
---
 usr.sbin/pkg/config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/pkg/config.c b/usr.sbin/pkg/config.c
index cba8ff49e774..3b411859e9c4 100644
--- a/usr.sbin/pkg/config.c
+++ b/usr.sbin/pkg/config.c
@@ -47,8 +47,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 {
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to