From: Jérémie Galarneau Date: Tue, 12 Mar 2024 19:57:31 +0000 (-0400) Subject: Clean-up: sessiond: use empty() instead of comparing size to 0 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=20c4b46aee1a984bc558b483826c1078f24d35e9;hp=20c4b46aee1a984bc558b483826c1078f24d35e9;p=lttng-tools.git Clean-up: sessiond: use empty() instead of comparing size to 0 Harmonize the project's coding style a little by favoring the use of the 'empty()' methood of containers rather than comparing their size to 0. Signed-off-by: Jérémie Galarneau Change-Id: I22e6b7fe4d94d8f43362fe119b4ca6d480587291 ---