Skip to content

Commit efbdafa

Browse files
authored
Remove spaces (#4255)
1 parent 6949799 commit efbdafa

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
@@ -259,8 +259,8 @@ $(GNAME AlignAttribute):
259259
$(LI struct, union, and class types)
260260
)
261261

262-
$(P $(D align $(LPAREN) default $(RPAREN)) (re)sets it to the default, which matches the default member alignment
263-
of the companion C compiler. $(D align) by itself is the same as $(D align $(LPAREN) default $(RPAREN)).)
262+
$(P $(D align$(LPAREN)default$(RPAREN)) (re)sets it to the default, which matches the default member alignment
263+
of the companion C compiler. $(D align) by itself is the same as $(D align$(LPAREN)default$(RPAREN)).)
264264

265265
$(SPEC_RUNNABLE_EXAMPLE_COMPILE
266266
--------

0 commit comments

Comments
 (0)