Note that code in include/ follows the BoringSSL style.

This commit is contained in:
Brian Smith 2016-02-25 18:25:05 -10:00
parent 1cf6a64e68
commit 0346b62886

View File

@ -213,7 +213,7 @@ fn bad_example(x: &[u8], n: usize) {
# BoringSSL Style Guide (for code in [crypto/](crypto))
# BoringSSL Style Guide (for code in [crypto/](crypto) and [include/](include))
BoringSSL usually follows the
[Google C++ style guide](https://google.github.io/styleguide/cppguide.html),