chiark / gitweb /
sd-journal: verify that object start with the field name
[elogind.git] / src / journal / journal-file.c
index 986e94de392ac12011c27e16352e79638a79a2b1..7286e14ddba32a07421a15a7b2c451b74b379c53 100644 (file)
@@ -425,7 +425,6 @@ int journal_file_move_to_object(JournalFile *f, int type, uint64_t offset, Objec
         if (!VALID64(offset))
                 return -EFAULT;
 
-
         r = journal_file_move_to(f, type_to_context(type), false, offset, sizeof(ObjectHeader), &t);
         if (r < 0)
                 return r;