[General] Fixes for updated coding standard

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

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

smillernl
  1. Ship It!
  2. 
      
pprkut
Review request changed

Status: Closed (submitted)

Change Summary:

Merged into master

Loading...