i2c:smbus: Make white space in switch statements consistent
commit8b38e532b58d9e314d95aa9845cc89243ee60acc
authorCorey Minyard <cminyard@mvista.com>
Fri, 30 Nov 2018 20:04:19 +0000 (30 14:04 -0600)
committerCorey Minyard <cminyard@mvista.com>
Thu, 28 Feb 2019 03:06:08 +0000 (27 21:06 -0600)
treef9dc4fb03e03865ea833bd9f594a5b6d3beba6c0
parent08a8a4d45050f837d560f1aa23ee0ffff4a2c1d7
i2c:smbus: Make white space in switch statements consistent

It had spaces between cases in some places and not others.  Add a space
for every one.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
hw/i2c/smbus_eeprom.c
hw/i2c/smbus_slave.c