mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
remove empty ; statements
This commit is contained in:
parent
380ae65511
commit
187ee7133d
1 changed files with 16 additions and 16 deletions
|
@ -117,8 +117,8 @@ version (all)
|
|||
|
||||
std.file.exists("foo");
|
||||
|
||||
foreach_reverse (dchar d; "hello"c) { ; }
|
||||
foreach_reverse (k, dchar d; "hello"c) { ; }
|
||||
foreach_reverse (dchar d; "hello"c) { }
|
||||
foreach_reverse (k, dchar d; "hello"c) { }
|
||||
|
||||
std.signals.linkin();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue