mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-17 14:57:03 +00:00
Change the code to stop it outputting one unnecessary space in
Estimated hours taken: 0.1 compiler/modules.m: Change the code to stop it outputting one unnecessary space in the `.dep' files.
This commit is contained in:
@@ -563,7 +563,7 @@ generate_dep_file(ModuleName, DepsMap, DepStream) -->
|
||||
{ select_ok_modules(Modules0, DepsMap, Modules) },
|
||||
|
||||
io__write_string(DepStream, ModuleName),
|
||||
io__write_string(DepStream, ".ms = "),
|
||||
io__write_string(DepStream, ".ms ="),
|
||||
write_dependencies_list(Modules, ".m", DepStream),
|
||||
io__write_string(DepStream, "\n\n"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user