]> Kevux Git Server - fll/commitdiff
Cleanup: Remove extra line.
authorKevin Day <thekevinday@gmail.com>
Thu, 23 Dec 2021 17:38:01 +0000 (11:38 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 23 Dec 2021 17:38:01 +0000 (11:38 -0600)
level_3/fake/c/private-make-operate.c

index 800d6361880506faf0dcc4464c8572b9cc79763c..7dc30cc0c19965f300a03fecef51abee694e45d4 100644 (file)
@@ -1296,7 +1296,6 @@ extern "C" {
 
         // When done processing an operation within a block, continue onto next block stage or exit the block.
         if (!(state_process.operation == fake_make_operation_type_if || state_process.operation == fake_make_operation_type_else || state_process.operation == fake_make_operation_type_and || state_process.operation == fake_make_operation_type_or)) {
-
           if (state_process.block == fake_make_operation_if_type_if) {
             state_process.block = fake_make_operation_if_type_done;
           }