mirror of
https://github.com/dlang/tools.git
synced 2025-05-01 23:50:33 +03:00
separate entries by newline
This commit is contained in:
parent
0d0c67ffaf
commit
873a08ff3b
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ void writeTextChangesBody(Entries, Writer)(Entries changes, Writer w, string hea
|
||||||
foreach(change; changes)
|
foreach(change; changes)
|
||||||
{
|
{
|
||||||
w.formattedWrite("$(LI $(LNAME2 %s,%s)\n", change.basename, change.title);
|
w.formattedWrite("$(LI $(LNAME2 %s,%s)\n", change.basename, change.title);
|
||||||
scope(exit) w.put(")\n");
|
scope(exit) w.put(")\n\n");
|
||||||
w.formattedWrite(" $(P %s )\n", change.description);
|
w.formattedWrite(" $(P %s )\n", change.description);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue