On 7/27/23 00:11, Daniel Wagner wrote:
On Wed, Jul 26, 2023 at 07:54:24AM -0700, Bart Van Assche wrote:On 7/26/23 05:46, Daniel Wagner wrote:Group all variable declarations together at the beginning of the function.An explanation of why this change has been proposed is missing from the patch description.Sure, I'll add one. The coding style to declare all local variables at the beginning of the function.
Isn't declaring local variables just before their first use a better style? Thanks, Bart.