Follow-up Comment #1, patch #6945 (project freeciv):

Hi.
You need format code properly.
Everyhting is descibed here:
http://freeciv.wikia.com/wiki/Coding_Style

Shortly what u missed:
- tabs to spaces
- max line length - 77
- always add brackets to if {} else {}, for{} .. etc ..

Overall you can quickly make such code by setting formatting to:
- Indention - spaces - 2 
- Indent - labels
- Brackets type - Linux
- Pad parenthesis - unpad
- Add spaces after parenthesis headers
- Add spaces around operators
- Pointer alignment - name

After applying such format you will need fix only xxx_iterate_end line.


    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?6945>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to