Reformat test harness code (#940)

* Reformat common help text

Signed-off-by: Stuart Brady <stuart.brady@arm.com>

* Reformat test harness code

This goes part of the way to fixing issue #625.

Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
Stuart Brady
2020-10-30 14:13:52 +00:00
committed by GitHub
parent 55976fad35
commit af7d914514
38 changed files with 7676 additions and 6692 deletions

View File

@@ -18,7 +18,7 @@ executed between Khronos and the recipient.
#ifndef _CRC32_H_
#define _CRC32_H_
#include <stdint.h>
#include <stdint.h>
#include <stddef.h>
uint32_t crc32(const void *buf, size_t size);