Skip to content

Hotfix long lines

Micael Oliveira requested to merge hotfix-long_lines into hotfix-8.4

Description

Fix long lines so we can compile with GCC without having to pass the -ffree-line-length-none flag.

News snippet

Fixed compilation with GCC without using the -ffree-line-length-none flag.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • [] I have added tests for all the new features added in this request.

Merge request reports