Skip to content
Snippets Groups Projects
Commit 3e0e0c69 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Merge branch 'local_variable_cleanup' into 'master'

Local variable cleanup

First batch of formatting fixes, submitting these before things get massively out of sync again.

I've tried to apply the following rules throughout the code:

 * Local variables should be declared within the scope in which they are used.
 * Read-only variables should be declared `const`.
 * Local variables used in only a limit range of the scope should get their own scope.

I've also tried being a bit more explicit in variable and function naming.

See merge request !113
parents 1f9e985c 1b316fc5
No related branches found
No related tags found
1 merge request!136Master
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment