From: Fred Morcos Date: Thu, 10 Aug 2023 14:57:18 +0000 (+0200) Subject: Coding Guidelines: Some formatting of C++ keywords X-Git-Tag: rec-5.0.0-alpha1~44^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c49d49b7fcf763715f01c054dc2aba12903df9c1;p=thirdparty%2Fpdns.git Coding Guidelines: Some formatting of C++ keywords --- diff --git a/CODING_GUIDELINES.md b/CODING_GUIDELINES.md index 48cefc6e76..cb3ab32385 100644 --- a/CODING_GUIDELINES.md +++ b/CODING_GUIDELINES.md @@ -661,7 +661,7 @@ For example, the main connection handling function of a server can catch `std::e ### Catching Exceptions -Catching exceptions should always be done by const reference: +Catching exceptions should always be done by `const`-reference: ```c+++ try {