mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
Fix incorrect style guide for switch statements in DEVELOPERS.md (#18088)
This commit is contained in:
parent
701ee21720
commit
e9494756b4
@ -48,7 +48,7 @@ You may find some additional notes on this topic in doc/vim.
|
||||
cases are indented at the switch level.
|
||||
|
||||
```c
|
||||
switch(n) {
|
||||
switch (n) {
|
||||
case 1:
|
||||
break;
|
||||
case 2:
|
||||
|
Loading…
Reference in New Issue
Block a user