mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
15 lines
139 B
D
15 lines
139 B
D
void f()
|
|
{
|
|
if (a)
|
|
{
|
|
}
|
|
else // wat
|
|
{
|
|
if (!is_temp_arg_ref)
|
|
{
|
|
if (global.params.isOSX)
|
|
buf.writeByte('_');
|
|
}
|
|
}
|
|
return;
|
|
}
|