Skip to content

Commit a6cd13a

Browse files
authored
Trailing whitespace
Trailing whitespace
1 parent c8d5cdf commit a6cd13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/attribute.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,8 @@ auto i = 6.8; // declare i as a double
635635
$(H2 $(LNAME2 scope, $(D scope) Attribute))
636636

637637
$(P
638-
The $(D scope) attribute is used for local variables and implements the
639-
RAII (Resource Acquisition Is Initialization) protocol.
638+
The $(D scope) attribute is used for local variables and implements the
639+
RAII (Resource Acquisition Is Initialization) protocol.
640640
This means that the destructor for an object is automatically called when the
641641
reference to it goes out of scope. The destructor is called even
642642
if the scope is exited via a thrown exception, thus $(D scope)

0 commit comments

Comments
 (0)