Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information