From 6ab1e468ef01178489cc9f4aed6ec1685e39aefd Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 1 Dec 2020 14:05:46 +1100 Subject: Update docs/styleguide.md Co-authored-by: BenBE --- docs/styleguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styleguide.md b/docs/styleguide.md index 16e56f34..22c5157f 100644 --- a/docs/styleguide.md +++ b/docs/styleguide.md @@ -165,7 +165,7 @@ if (fd >= 0) close(fd); ``` -While the existing code base isn't fully consistent with this code style isn't fully consistent yet it is strongly recommended that new code follows these rules. +While the existing code base isn't fully consistent with this code style yet it is strongly recommended that new code follows these rules. Adapting surrounding code near places you need to touch is encouraged. Try to separate such changes into a single, clean-up only commit to reduce noise while reviewing your changes. -- cgit v1.2.3