Clean-up: consumer: prepend `the_` to global variable
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 31 Mar 2021 18:40:13 +0000 (14:40 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 13 Apr 2021 20:21:45 +0000 (16:21 -0400)
This avoids name clashes between the global variable and local variables
/ function parameters. This is a step towards enabling -Wshadow.

This also helps readability, in my opinion, as it helps quickly spot
that some code is using a global variable.

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I20eb47b91e3500bf1aebee17fdb995940cae7a33


No differences found
This page took 0.02457 seconds and 4 git commands to generate.