Fix styling issues, rename scripts

This commit is contained in:
2025-03-11 09:49:43 +03:00
parent 8009498331
commit 69515af77f
15 changed files with 91 additions and 11 deletions

View File

@@ -401,7 +401,6 @@ BH_UNIT_TEST(Aesthetics)
}
int main(int argc, char **argv)
{
(void)argc;

View File

@@ -31,6 +31,7 @@ static int NewFree(void)
return 0;
}
static int GrowShrink(void)
{
BH_Hashmap *hashmap;
@@ -102,6 +103,7 @@ static int GrowShrink(void)
return 0;
}
static int InsertRemove(void)
{
BH_Hashmap *hashmap;
@@ -138,6 +140,7 @@ static int InsertRemove(void)
return 0;
}
static int Lookup(void)
{
BH_Hashmap *hashmap;
@@ -173,6 +176,7 @@ static int Lookup(void)
return 0;
}
static int Clear(void)
{
BH_Hashmap *hashmap;
@@ -195,6 +199,7 @@ static int Clear(void)
return 0;
}
static int Fields(void)
{
BH_Hashmap *hashmap;
@@ -217,6 +222,7 @@ static int Fields(void)
return 0;
}
int main(int argc, char **argv)
{
(void)argc;