The branch main has been updated by imp:

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

commit c5d3206ac6e15ace5862b190acf2d6dbd4c87e2c
Author:     Warner Losh <[email protected]>
AuthorDate: 2021-06-25 21:33:31 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2021-06-28 21:36:19 +0000

    cam: kill trailing white space in two spots
---
 sys/cam/cam_xpt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index b0e112868383..d2aa5952459d 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -5573,7 +5573,7 @@ camisr_runqueue(void)
        }
 }
 
-struct kv 
+struct kv
 {
        uint32_t v;
        const char *name;
@@ -5625,7 +5625,7 @@ static struct kv map[] = {
 };
 
 const char *
-xpt_action_name(uint32_t action) 
+xpt_action_name(uint32_t action)
 {
        static char buffer[32]; /* Only for unknown messages -- racy */
        struct kv *walker = map;
_______________________________________________
[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