From: msizanoen1 Date: Tue, 11 Oct 2022 11:16:41 +0000 (+0700) Subject: journal: fix indentation in managed_journal_file_open_reliably X-Git-Tag: v252-rc2~21^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F24938%2Fhead;p=thirdparty%2Fsystemd.git journal: fix indentation in managed_journal_file_open_reliably --- diff --git a/src/journal/managed-journal-file.c b/src/journal/managed-journal-file.c index 6164361d751..810167772ad 100644 --- a/src/journal/managed-journal-file.c +++ b/src/journal/managed-journal-file.c @@ -514,7 +514,7 @@ int managed_journal_file_open_reliably( int r; r = managed_journal_file_open(-1, fname, open_flags, file_flags, mode, compress_threshold_bytes, metrics, - mmap_cache, deferred_closes, template, ret); + mmap_cache, deferred_closes, template, ret); if (!IN_SET(r, -EBADMSG, /* Corrupted */ -ENODATA, /* Truncated */ @@ -557,5 +557,5 @@ int managed_journal_file_open_reliably( return r; return managed_journal_file_open(-1, fname, open_flags, file_flags, mode, compress_threshold_bytes, metrics, - mmap_cache, deferred_closes, template, ret); + mmap_cache, deferred_closes, template, ret); }