calculator/src/CalcManager
Oleg Abrazhaev 2826d37056 Fix the project code style, as it is not consistent. (#236)
Fixes #202
This PR fixes code style for the project files.

The Problem
Different files in the project use different code style. That is not consistent and leads to harder maintenance of the project.

Description of the changes:
Have investigated and determined the most used code style across the given codebase
Have configured IDE and applied code style to all project files.
Have crafted clang-formatter config.
see https://clang.llvm.org/docs/ClangFormat.html
https://clang.llvm.org/docs/ClangFormatStyleOptions.html
Some cases were fixed manually
How changes were validated:
manual/ad-hoc testing, automated testing

All tests pass as before because these are only code style changes.
Additional
Please review, and let me know if I have any mistake in the code style. In case of any mistake, I will change the configuration and re-apply it to the project.
2019-05-02 11:59:19 -07:00
..
CEngine Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Header Files Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Ratpack Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalcManager.vcxproj Compile CalcManager project with or without precompiled headers (#436) 2019-04-17 17:28:45 -07:00
CalcManager.vcxproj.filters Fix declarations of functions (#186) 2019-03-13 13:15:08 -07:00
CalculatorHistory.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorHistory.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorManager.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorManager.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorResource.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorVector.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Command.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ExpressionCommand.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ExpressionCommand.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ExpressionCommandInterface.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
pch.cpp Compile CalcManager project with or without precompiled headers (#436) 2019-04-17 17:28:45 -07:00
pch.h Compile CalcManager project with or without precompiled headers (#436) 2019-04-17 17:28:45 -07:00
UnitConverter.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
UnitConverter.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00