This commit is contained in:
Miloslav Ciz 2024-08-31 14:44:45 +02:00
parent 124b9d1e7c
commit 3f374a4713
85 changed files with 2281 additions and 2272 deletions

View file

@ -53,18 +53,18 @@ switch (myVariable)
case 0:
doSomething();
break;
case 1:
doSomethingElse();
break;
case 2:
{
int a = x + y;
doSomethingCool(a);
break;
}
default:
break;
}
@ -116,4 +116,4 @@ Here is a short example applying the above shown style:
```
TODO (for now see LRS projects like Anarch, small3dlib, SAF etc.)
```
```