chiark / gitweb /
systemd-python: add __version__ strings
[elogind.git] / src / journal / sd-journal.c
index d81e4ddfa94b3dd3d52063e2d5ac3c29e4408285..c21712b7c47abf6f0c8893b4753b61de17e7220e 100644 (file)
@@ -415,7 +415,7 @@ _public_ void sd_journal_flush_matches(sd_journal *j) {
 }
 
 static int compare_entry_order(JournalFile *af, Object *_ao,
-                         JournalFile *bf, uint64_t bp) {
+                               JournalFile *bf, uint64_t bp) {
 
         uint64_t a, b;
         Object *ao, *bo;