Updated Coding style (markdown)

master
Martin Polanka 9 years ago
parent f495df0535
commit ce262d243f

@ -94,7 +94,7 @@ private:
int class_member_;
};
```
* Operators: around all binary operators there always should be one space.
* Operators: around all binary operators there always should be spaces.
```
int x = 5;
x = x * 5 / 5;

Loading…
Cancel
Save