]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coredump: fix line spacing
authorMichal Sekletar <msekleta@redhat.com>
Mon, 9 Sep 2024 14:15:57 +0000 (16:15 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 30 Oct 2024 11:47:34 +0000 (11:47 +0000)
src/coredump/coredump.c

index 32940ff5cafe5c3b603d1a46a9c873ce9cb02d58..a3df1192ee41c498d136c0b8f6a60c24a2f91ab3 100644 (file)
@@ -867,6 +867,7 @@ static int submit_coredump(
         r = change_uid_gid(context);
         if (r < 0)
                 return log_error_errno(r, "Failed to drop privileges: %m");
+
         if (written) {
                 /* Try to get a stack trace if we can */
                 if (coredump_size > arg_process_size_max)