Skip to content

Commit d3569b3

Browse files
committed
Fix trailing whitespace
1 parent 5d2d478 commit d3569b3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

changelog/2.072.0.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,13 @@ $(BUGSTITLE Library Changes,
372372
or program may malfunction due to changed call order of module static construction/destruction.
373373
In order to preserve the program behaviour without the need to specify `--DRT-oncycle` command line argument,
374374
it is possible to instruct the linker by declaring the following array in the source code:)
375-
375+
376376
---
377377
extern(C) __gshared string[] rt_options = [ "oncycle=ignore" ];
378378
---
379-
379+
380380
($P For more information, please consult the D language specification, section Overriding Cycle Detection Abort in chapter 4
381-
and chapter 28.7 Configuring the Garbage Collector.)
381+
and chapter 28.7 Configuring the Garbage Collector.)
382382
)
383383

384384
$(LI $(LNAME2 std-digest-murmurhash, Implementation of `std.digest.murmurhash`).

changelog/2.073.0.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $(BUGSTITLE Compiler changes,
3737
$(LI $(LNAME2 mscrtlib-option,New command line option $(B -mscrtlib=$(I libname)) for Windows MS-COFF object files.)
3838
$(P
3939
If building MS-COFF object files with -m64 or -m32mscoff, this option
40-
specifies the reference to the C runtime library $(I libname) that is
40+
specifies the reference to the C runtime library $(I libname) that is
4141
embedded into the object file containing `main`,
4242
`DllMain` or `WinMain` for automatic linking. The default is $(TT libcmt)
4343
(release version with static linkage), the other usual alternatives are

foundation.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ $(H3 Official contacts)
6363
$(P The D Language Foundation has been incorporated with the state of Washington, USA.
6464
The employer ID is 47-5352856.)
6565

66-
$(P To contact the D Language Foundation, please direct emails to
67-
$(LINK2 mailto:foundation@dlang.org, foundation@dlang.org) and other correspondence to
66+
$(P To contact the D Language Foundation, please direct emails to
67+
$(LINK2 mailto:foundation@dlang.org, foundation@dlang.org) and other correspondence to
6868
6830 NE Bothell Way, Suite C-162, Kenmore WA 98028.)
6969

7070
)

spec/statement.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,8 @@ $(CONSOLE
703703
--------------
704704

705705
$(P It is important to make sure that, if $(D opApply) catches any exceptions, that those
706-
exceptions did not originate from the delegate passed to $(I opApply). The user would expect
707-
exceptions thrown from a `foreach` body to both terminate the loop, and propagate outside
706+
exceptions did not originate from the delegate passed to $(I opApply). The user would expect
707+
exceptions thrown from a `foreach` body to both terminate the loop, and propagate outside
708708
the `foreach` body.
709709
)
710710

0 commit comments

Comments
 (0)