logging/log-api.c: add newline between assertion and declaration
[babeltrace.git] / 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.025073 seconds and 4 git commands to generate.