Follow-up Comment #1, patch #1942 (project freeciv):
The patch looks correct, except for coding style:
static struct city* find_neediest_airlift_city(const struct player *pplayer)
{
* '*' should be preceded of a space and not followed. Not documented yet (I
will add this) but respected as an implicit agreement.
* '{' should appear into the new line. See
http://freeciv.wikia.com/wiki/Coding_Style#Bracing
It should looks to:
static struct city *find_neediest_airlift_city(const struct player *pplayer)
{
_______________________________________________________
Reply to this item at:
<http://gna.org/patch/?1942>
_______________________________________________
Message posté via/par Gna!
http://gna.org/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev