Skip to content

style cleanup

Meisam Tabriz requested to merge style_cleanup into develop

Style cleanup. Mostly:

  • single space around the logical and equality operators
  • endif/enddo → end if/end do
  • if ( xxx ) → if (xxx)

Merge request reports