summaryrefslogtreecommitdiff
path: root/src/journal/managed-journal-file.c
diff options
context:
space:
mode:
authormsizanoen1 <msizanoen@qtmlabs.xyz>2022-10-11 18:16:41 +0700
committermsizanoen1 <msizanoen@qtmlabs.xyz>2022-10-16 21:07:33 +0700
commit5bc787fa5325467fa88e084e9a630085d6ba0a11 (patch)
tree99b526c08ab642c4d7727bc1d6d7e64df89a5476 /src/journal/managed-journal-file.c
parent383d9155a2b5be10e2a14909c234a99e0e0dbba7 (diff)
downloadsystemd-5bc787fa5325467fa88e084e9a630085d6ba0a11.tar.gz
journal: fix indentation in managed_journal_file_open_reliably
Diffstat (limited to 'src/journal/managed-journal-file.c')
-rw-r--r--src/journal/managed-journal-file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/journal/managed-journal-file.c b/src/journal/managed-journal-file.c
index 6164361d75..810167772a 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);
}