Reformat code.

This commit is contained in:
2022-05-28 12:10:04 +01:00
parent d393c847b6
commit f939b99be2
12 changed files with 88 additions and 85 deletions

View File

@@ -32,12 +32,12 @@
#ifndef LIBAARUFORMAT_CONTEXT_H
#define LIBAARUFORMAT_CONTEXT_H
#include "structs.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include "structs.h"
typedef struct aaruformatContext
{
uint64_t magic;