en:devel:coding-style
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:devel:coding-style [2014/10/31 12:29] – external edit 127.0.0.1 | en:devel:coding-style [2021/02/13 11:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 101: | Line 101: | ||
| if(foo) | if(foo) | ||
| if(bar) | if(bar) | ||
| - | doSomething() ; | + | doSomething(); |
| //Correct | //Correct | ||
| Line 107: | Line 107: | ||
| { | { | ||
| if(bar) | if(bar) | ||
| - | doSomething() ; | + | doSomething(); |
| } | } | ||
| </ | </ | ||
en/devel/coding-style.1414758542.txt.gz · Last modified: (external edit)
