-
由 Mauro Carvalho Chehab 提交于
Instead of using if (foo == false), just use if (!foo). That allows a faster mental parsing when analyzing the code. Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
ad7b8c02
Instead of using if (foo == false), just use
if (!foo).
That allows a faster mental parsing when analyzing the
code.
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>