style cleanup
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
style cleanup
Meisam Tabriz
requested to merge
style_cleanup
into
develop
Aug 25, 2021
Overview
0
Commits
1
Pipelines
2
Changes
194
Style cleanup. Mostly:
single space around the logical and equality operators
endif/enddo → end if/end do
if ( xxx ) → if (xxx)
Merge request reports
Loading