Skip to content

Commit

Permalink
Adjust indenting
Browse files Browse the repository at this point in the history
(minor change)
  • Loading branch information
joyfullservice committed Oct 25, 2023
1 parent 0beaee5 commit 1ca6886
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Version Control.accda.src/modules/modSanitize.bas
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,12 @@ Private Sub CloseBlock()

' Skip if we are not using themes for this control (UseTheme=0)
' (Applies to "CommandButton", "Tab", "ToggleButton")
If dBlock.Exists("UseTheme") Then
' Remove this block
If dBlock.Exists("UseTheme") Then
' Remove this block
m_colBlocks.Remove m_colBlocks.Count
Exit Sub
End If
Exit Sub
End If

' Build array of base properties
varBase = Array("Back", "AlternateBack", "Border", _
"Fore", "Gridline", "HoverFore", _
Expand Down

0 comments on commit 1ca6886

Please sign in to comment.