ninjabackend: Obvious typo, missing space

I checked the original commit, and that space should not be there.
pull/3768/head
Nirbheek Chauhan 7 years ago committed by Nirbheek Chauhan
parent 99dd5f34de
commit ebda6ef9c8
  1. 2
      mesonbuild/backend/ninjabackend.py

@ -1717,7 +1717,7 @@ rule FORTRAN_DEP_HACK%s
if compiler.can_linker_accept_rsp():
command_template = ' command = {executable} @$out.rsp\n' \
' rspfile = $out.rsp\n' \
' rspfile_content = $ARGS{cross_args} {output_args} {compile_only_args} $in\n'
' rspfile_content = $ARGS {cross_args} {output_args} {compile_only_args} $in\n'
else:
command_template = ' command = {executable} $ARGS {cross_args} {output_args} {compile_only_args} $in\n'
command = command_template.format(

Loading…
Cancel
Save