Skip to content
GitLab
Explore
Sign in
buttonrebinds: some stylistic polish
Code
Review changes
Check out branch
Download
Patches
Plain diff
Harald Sitter
requested to merge
work/sitter/rebind-polish
into
master
Dec 13, 2022
Overview
11
Commits
1
Pipelines
4
Changes
3
Expand
obey rule of 5
always initialize variables at declaration
don't be needlessly explicit about things
prefer std::array over c arrays
don't else if after return
Merge request reports
Loading