The branch main has been updated by dchagin:

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

commit de59f46a825b7ba7b7183a4a2771afef85f59732
Author:     Dmitry Chagin <[email protected]>
AuthorDate: 2023-02-07 07:43:40 +0000
Commit:     Dmitry Chagin <[email protected]>
CommitDate: 2023-02-07 07:43:40 +0000

    bsdlabel: Fix whitespace.
    
    MFC after:              1 week
---
 sbin/bsdlabel/bsdlabel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c
index efe7eebf23c6..f438b9f45158 100644
--- a/sbin/bsdlabel/bsdlabel.c
+++ b/sbin/bsdlabel/bsdlabel.c
@@ -146,7 +146,7 @@ main(int argc, char *argv[])
        FILE *t;
        int ch, error, fd;
        const char *name;
-       
+
        error = 0;
        name = NULL;
 

Reply via email to