From c1e77df7e0a1c6060c5ad018b92e22d400639692 Mon Sep 17 00:00:00 2001 From: Natty <31473117+AMNatty@users.noreply.github.com> Date: Thu, 22 Sep 2022 11:08:34 +0200 Subject: [PATCH] Replaced spaces with tabs --- SpaceCadetPinball/control.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/SpaceCadetPinball/control.cpp b/SpaceCadetPinball/control.cpp index cd5c773..f32672f 100644 --- a/SpaceCadetPinball/control.cpp +++ b/SpaceCadetPinball/control.cpp @@ -1349,10 +1349,10 @@ void control::ReentryLanesRolloverControl(MessageCode code, TPinballComponent* c { if (light->LightOnFlag) { - if (!pb::FullTiltMode) - { - light->Message(MessageCode::TLightResetAndTurnOff, 0.0); - } + if (!pb::FullTiltMode) + { + light->Message(MessageCode::TLightResetAndTurnOff, 0.0); + } } else { @@ -1404,10 +1404,10 @@ void control::LaunchLanesRolloverControl(MessageCode code, TPinballComponent* ca { if (light->LightOnFlag) { - if (!pb::FullTiltMode) - { - light->Message(MessageCode::TLightResetAndTurnOff, 0.0); - } + if (!pb::FullTiltMode) + { + light->Message(MessageCode::TLightResetAndTurnOff, 0.0); + } } else {