Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/imcsmb KNF - remove space between cast and variable
details: https://anonhg.NetBSD.org/src/rev/bca22ce7b2ff
branches: trunk
changeset: 359851:bca22ce7b2ff
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Feb 27 05:49:08 2018 +0000
description:
KNF - remove space between cast and variable
diffstat:
sys/dev/imcsmb/imcsmb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f9a990610393 -r bca22ce7b2ff sys/dev/imcsmb/imcsmb.c
--- a/sys/dev/imcsmb/imcsmb.c Tue Feb 27 05:47:10 2018 +0000
+++ b/sys/dev/imcsmb/imcsmb.c Tue Feb 27 05:49:08 2018 +0000
@@ -331,7 +331,7 @@
/* For byte operations, the data goes in the LSB, and
* the MSB is a don't care.
*/
- lword = *(uint8_t *) buf;
+ lword = *(uint8_t *)buf;
}
cmd_val |= lword;
}
Home |
Main Index |
Thread Index |
Old Index