Fix styling issues, rename scripts
This commit is contained in:
@@ -401,7 +401,6 @@ BH_UNIT_TEST(Aesthetics)
|
||||
}
|
||||
|
||||
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
(void)argc;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user