"Inconsistent indentation detected". someone can help to resolve below outputs issues

recipes/software_prep.rb:3:5: C: Layout/IndentationConsistency: Inconsistent indentation detected.
path ‘D:/Installables.zip’
^^^^^^^^^^^^^^^^^^^^^^^^^^
recipes/software_prep.rb:4:5: C: Layout/IndentationConsistency: Inconsistent indentation detected.
rights :full_control, ‘Everyone’
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
recipes/software_prep.rb:5:5: C: Layout/IndentationConsistency: Inconsistent indentation detected.
action :create
^^^^^^^^^^^^^^
recipes/software_prep.rb:20:4: C: Layout/TrailingBlankLines: Final newline missing.
end

ecipes/Microsoft_Data_Access.rb:3:2: C: Layout/IndentationConsistency: Inconsistent indentation detected.
command ‘MDAC_TYP.EXE /Q:A D:\Installables\Installables\MDAC “dasetup /Q”’
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
recipes/Microsoft_Data_Access.rb:4:3: W: Lint/BlockAlignment: end at 4, 2 is not aligned with execute ‘install_oraClient’ do at 1, 0.
end
^^^
recipes/Microsoft_Data_Access.rb:4:6: C: Layout/TrailingBlankLines: Final newline missing.
end