mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-25 21:00:02 +03:00
minor style cleanup
This commit is contained in:
parent
8326bdb428
commit
996141cc1b
1 changed files with 4 additions and 7 deletions
|
@ -661,8 +661,7 @@ version (linux)
|
|||
|
||||
unittest
|
||||
{
|
||||
|
||||
enum string ufcsExampleCode =
|
||||
enum string ufcsExampleCode =
|
||||
q{class Incrementer
|
||||
{
|
||||
int run(int x)
|
||||
|
@ -704,8 +703,7 @@ void doIncrement()
|
|||
|
||||
unittest
|
||||
{
|
||||
|
||||
enum string ufcsTemplateExampleCode =
|
||||
enum string ufcsTemplateExampleCode =
|
||||
q{int increment(T)(T x)
|
||||
{
|
||||
return x++;
|
||||
|
@ -726,10 +724,9 @@ void doIncrement()
|
|||
|
||||
}
|
||||
|
||||
unittest
|
||||
unittest
|
||||
{
|
||||
|
||||
enum string ufcsPointerExampleCode =
|
||||
enum string ufcsPointerExampleCode =
|
||||
q{void increment(int* x) { }
|
||||
void doIncrement(int* x, int* y)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue