mirror of https://github.com/PCSX2/pcsx2.git
Updated 08 Code Formatting Guidelines (markdown)
parent
18e423bf70
commit
d595965699
|
@ -44,7 +44,8 @@ It is highly recommended to prefix protected class members with `m_`; such as `m
|
|||
void DoSomething() { Function1(); Function2(); var += 1; }
|
||||
|
||||
// Good...
|
||||
void DoSomething() {
|
||||
void DoSomething()
|
||||
{
|
||||
Function1(); Function2(); var += 1;
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue