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/bc22b04d9bbd
branches: trunk
changeset: 830152:bc22b04d9bbd
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 71639ce63117 -r bc22b04d9bbd 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