diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-11-19 06:50:55 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-11-19 06:52:17 +0100 |
commit | ab02aa24ee5095776d5b9c482b1a1c377955bc1b (patch) | |
tree | 04011a0da10de54e4c661cabe026a60d664fb471 /CONTRIBUTING.md | |
parent | b44430523cca648364386e758c1b7df161c2a29d (diff) | |
download | gnutls-ab02aa24ee5095776d5b9c482b1a1c377955bc1b.tar.gz |
tests: resume: use spaces around '?' and ':' according to coding style
Also set a link to the kernel coding style in CONTRIBUTIONS.md
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5a02c61a6..dc0f40d0a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,8 +63,9 @@ case by case basis. # Indentation style: - In general, use the Linux kernel coding style. You may indent the source -using GNU indent, e.g. "indent -linux *.c". + In general, use [the Linux kernel coding style](https://www.kernel.org/doc/html/latest/process/coding-style.html). +You may indent the source using GNU indent, e.g. "indent -linux *.c". + # Function names: |