[General] Fixes for updated coding standard

Review Request #557 — Created May 21, 2018 and submitted — Latest diff uploaded

pprkut
Lunr
558
3492bc9...
lunr

Fixes for updated coding standard.

Should be no real surprises in here. Mostly just coded out what we considered standard already for a long time:

  • Control structure styling
  • short array syntax
  • superfluous whitespace (at end of line, double empty lines, etc)
  • lowercase keywords

The one thing to point out is "elseif" instead of "else if". Main reason was just that the control structure rules were easier to implement that way.

Unit tests

Loading...