Re: [PATCH v2 1/5] hw/sensor/tmp105: Coding style fixes

2024-09-06 Thread Philippe Mathieu-Daudé
On 6/9/24 17:49, Philippe Mathieu-Daudé wrote: From: Guenter Roeck Coding style asks for no space between variable and "++". The next patch in this series will change one of those assignments. Instead of changing just one with that patch, change all of them for consistency. While at it, also f

[PATCH v2 1/5] hw/sensor/tmp105: Coding style fixes

2024-09-06 Thread Philippe Mathieu-Daudé
From: Guenter Roeck Coding style asks for no space between variable and "++". The next patch in this series will change one of those assignments. Instead of changing just one with that patch, change all of them for consistency. While at it, also fix other coding style problems reported by checkp