forked from github/server
indentation
This commit is contained in:
parent
b7fdfc5922
commit
f51e9c9de1
1 changed files with 24 additions and 25 deletions
|
@ -531,7 +531,6 @@ free_units(void)
|
||||||
void
|
void
|
||||||
write_unit_reference(const unit * u, FILE * F)
|
write_unit_reference(const unit * u, FILE * F)
|
||||||
{
|
{
|
||||||
assert(u==NULL || u->number>=0);
|
|
||||||
fprintf(F, "%s ", (u!=NULL && u->no!=0)?itoa36(u->no):"0");
|
fprintf(F, "%s ", (u!=NULL && u->no!=0)?itoa36(u->no):"0");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue