logging/log-api.c: add newline between assertion and declaration
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 2 Feb 2024 20:07:02 +0000 (15:07 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 5 Feb 2024 18:11:59 +0000 (13:11 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I7426c7496a17f5e6cc958a578c755257895fc979
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11739
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/logging/log-api.c

index ae7c10c55aa99fbeba95f08d4282160090c6e1f7..2d2499c930ee67f47830c316571d63b1c2d0fad2 100644 (file)
@@ -344,6 +344,7 @@ void common_write_errno_init(char ** const at, const char * const file_name,
                const char * const init_msg)
 {
        BT_ASSERT_DBG(errno != 0);
+
        const char * const errno_msg = g_strerror(errno);
 
        common_write_init(at, file_name, func_name, line_no, lvl, tag);
This page took 0.026285 seconds and 4 git commands to generate.