This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
dfmt
Watch
1
Star
0
Fork
You've already forked dfmt
0
mirror of
https://github.com/dlang-community/dfmt.git
synced
2025-04-25 21:00:03 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
master
dfmt
/
tests
/
debug_with_param.d
Laurent Tréguier
6ff47e106a
Fix else indentation after debug conditions
2018-10-09 13:19:07 +02:00
4 lines
44 B
D
Raw
Permalink
Blame
History
void
main
(
)
{
debug
(
0
)
foo
(
)
;
else
bar
(
)
;
}
Reference in a new issue
View git blame
Copy permalink