1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Marian Buschsieweke
57fc4f5f77 CODING_CONVENTIONS_C++.md: Change space after negation
Adding a space after a unary operator is pretty uncommon and
inconsistent with what we do in C. Let's better keep the C++ and the C
code style consistent, unless we have a good reason to justify the
difference.
2021-10-28 10:49:51 +02:00
Marian Buschsieweke
80a23ea1f3
CODING_CONVENTIONS_C++.md: Fixed typos and links
- Fixed broken links
- Fixed typos
- Reformatted markdown to better comply with the 80 chars line limit
2019-11-08 10:36:27 +01:00
Marian Buschsieweke
0168ea807d
Added CODING_CONVENTIONS_C++.md
Copied 8d2a6c8a0c
to CODING_CONVENTIONS_C++.md without any change.
2019-11-07 13:48:04 +01:00