dolphin/Source/Core/InputCommon/ControlReference
Lioncash 1f6077922b InputCommon/FunctionExpression: Remove unnecessary 'else' in MakeFunctionExpression()
Given all conditional bodies only contain a return, the use of else here
isn't necessary.

This has the benefit of consistently vertically aligning the names.
2019-11-22 15:36:18 -05:00
..
ControlReference.cpp InputCommon: Make the "input gate" not racey. 2019-11-06 16:31:02 -06:00
ControlReference.h InputCommon: Make the "input gate" not racey. 2019-11-06 16:31:02 -06:00
ExpressionParser.cpp InputCommon: Change "EOF" to "end of expression" in user facing string 2019-10-25 23:49:20 +02:00
ExpressionParser.h ExpressionParser: Add XOR operator. 2019-10-20 09:51:52 -05:00
FunctionExpression.cpp InputCommon/FunctionExpression: Remove unnecessary 'else' in MakeFunctionExpression() 2019-11-22 15:36:18 -05:00
FunctionExpression.h InputCommon/FunctionExpression: Make MakeFunctionExpression() take a std::string_view 2019-11-22 15:36:18 -05:00