code formatting
This commit is contained in:
parent
6b3b090eea
commit
fb7cba96b6
|
@ -58,6 +58,7 @@
|
||||||
|
|
||||||
EXTERN_CONFIG;
|
EXTERN_CONFIG;
|
||||||
|
|
||||||
|
// BMW_M73
|
||||||
void setEngineBMW_M73(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
void setEngineBMW_M73(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
setFrankensoConfiguration(PASS_CONFIG_PARAMETER_SIGNATURE);
|
setFrankensoConfiguration(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,8 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2019
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "engine_test_helper.h"
|
#include "engine_test_helper.h"
|
||||||
|
|
||||||
|
|
||||||
TEST(fuel, testWallWettingEnrichmentMath) {
|
TEST(fuel, testWallWettingEnrichmentMath) {
|
||||||
WITH_ENGINE_TEST_HELPER(FORD_ASPIRE_1996);
|
WITH_ENGINE_TEST_HELPER(FORD_ASPIRE_1996);
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* test_ion.cpp
|
* @file test_ion.cpp
|
||||||
*
|
*
|
||||||
* Created on: Jan 4, 2019
|
* @date Jan 4, 2019
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2019
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "engine_test_helper.h"
|
#include "engine_test_helper.h"
|
||||||
|
|
||||||
extern WarningCodeState unitTestWarningCodeState;
|
extern WarningCodeState unitTestWarningCodeState;
|
||||||
|
|
||||||
static void boardConfigurationForIssue898(engine_configuration_s *engineConfiguration) {
|
static void boardConfigurationForIssue898(engine_configuration_s *engineConfiguration) {
|
||||||
|
|
Loading…
Reference in New Issue