Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Aug 20, 2018
1 parent 696043a commit 165a7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
xms_updated_builds = []
for settings, options, env_vars, build_requires, reference in builder.items:
# xms option
if settings['compiler'] == 'Visual Studio' \
if settings['compiler'] == 'Visual Studio' \
and 'MD' in settings['compiler.runtime'] \
and int(settings['compiler.version']) < 13:
xms_options = dict(options)
Expand Down

0 comments on commit 165a7a7

Please sign in to comment.