More tiny formatting fixes
This commit is contained in:
@@ -1243,7 +1243,9 @@ genericptr_t num;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int findit() /* returns number of things found */
|
/* returns number of things found */
|
||||||
|
int
|
||||||
|
findit()
|
||||||
{
|
{
|
||||||
int num = 0;
|
int num = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -1492,7 +1492,9 @@ char *from, *to;
|
|||||||
#endif /* TOS */
|
#endif /* TOS */
|
||||||
}
|
}
|
||||||
|
|
||||||
void co_false() /* see comment in bones.c */
|
/* see comment in bones.c */
|
||||||
|
void
|
||||||
|
co_false()
|
||||||
{
|
{
|
||||||
count_only = FALSE;
|
count_only = FALSE;
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user