Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
add missing "p"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazaridis committed Oct 28, 2018
1 parent c840035 commit ccda086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODING_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ for (auto i = x->begin(); i != x->end(); ++i) {}
```

No:
```cp
```cpp
const double d = 0;
int i, j;
char *s;
Expand Down

0 comments on commit ccda086

Please sign in to comment.