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

@@ -30,11 +30,12 @@
// Copyright © 2011-2020 Natalia Portillo
// ****************************************************************************/
#include <aaruformat.h>
#include <malloc.h>
#include <stdint.h>
#include <string.h>
#include <aaruformat.h>
int32_t aaruf_cst_transform(const uint8_t* interleaved, uint8_t* sequential, size_t length)
{
uint8_t *p, *q, *r, *s, *t, *u, *v, *w;