More tiny formatting fixes

This commit is contained in:
Pasi Kallinen
2015-11-24 12:04:52 +02:00
parent 772fea0361
commit d4578bbf23
2 changed files with 6 additions and 2 deletions

View File

@@ -1243,7 +1243,9 @@ genericptr_t num;
}
}
int findit() /* returns number of things found */
/* returns number of things found */
int
findit()
{
int num = 0;

View File

@@ -1492,7 +1492,9 @@ char *from, *to;
#endif /* TOS */
}
void co_false() /* see comment in bones.c */
/* see comment in bones.c */
void
co_false()
{
count_only = FALSE;
return;