Code cleanup

This commit is contained in:
Pierre Pronchery 2019-02-12 15:55:44 +01:00
parent 453a99b287
commit 75f16c92b7

View File

@ -2641,7 +2641,7 @@ static int _write_phony(Makefile * makefile, char const ** targets)
_makefile_print(makefile, " %s", targets[i]);
if(_write_phony_targets(makefile) != 0)
return 1;
_makefile_print(makefile, "%s", "\n");
_makefile_print(makefile, "\n");
return 0;
}