mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-30 23:32:18 +02:00
Switch to the new code style
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
|
||||
int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size);
|
||||
|
||||
int main(int argc, char** argv)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
FILE * fp;
|
||||
FILE *fp;
|
||||
uint8_t *Data;
|
||||
size_t Size;
|
||||
|
||||
@@ -57,4 +57,3 @@ int main(int argc, char** argv)
|
||||
fclose(fp);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user