mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
parent
a4d4d94a50
commit
d33b878965
3 changed files with 14 additions and 0 deletions
6
tests/allman/issue0430.d.ref
Normal file
6
tests/allman/issue0430.d.ref
Normal file
|
@ -0,0 +1,6 @@
|
|||
void f(bool body)
|
||||
{
|
||||
if (body)
|
||||
{
|
||||
}
|
||||
}
|
4
tests/issue0430.d
Normal file
4
tests/issue0430.d
Normal file
|
@ -0,0 +1,4 @@
|
|||
void f(bool body) {
|
||||
if (body) {
|
||||
}
|
||||
}
|
4
tests/otbs/issue0430.d.ref
Normal file
4
tests/otbs/issue0430.d.ref
Normal file
|
@ -0,0 +1,4 @@
|
|||
void f(bool body) {
|
||||
if (body) {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue