code formatting

This commit is contained in:
rusefi 2019-11-17 09:03:20 -05:00
parent 6b3b090eea
commit fb7cba96b6
4 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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
*/ */

View File

@ -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) {