mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Codingstyle: fix typo
Reported-by: Jan Iversen <jani@apache.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d6b043cd37
commit
facfdbfc82
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ other editors that implement this coding style, please add them here.
|
|||
Two classical examples are:
|
||||
- Iterators, whose type names often are verbose:
|
||||
```
|
||||
auto = m_trackers.find(when);
|
||||
auto it = m_trackers.find(when);
|
||||
```
|
||||
is not only distinctly shorter than
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue