On Tue, Apr 04, 2023 at 12:02:10 +0200, Michal Privoznik wrote:
> In our coding style document we have examples of good and bad
> code, which we mark as:
> 
>   // Good
>   // Bad
> 
> respectively. But in the very same document we advocate for using
> C style of comments over C++. Follow our own advice and switch
> annotation to:
> 
>   /* Good */
>   /* Bad */
> 
> And while at it, align these annotations within their blocks for
> better readability.
> 
> Signed-off-by: Michal Privoznik <[email protected]>
> ---
>  docs/coding-style.rst | 76 +++++++++++++++++++++----------------------
>  1 file changed, 38 insertions(+), 38 deletions(-)

Reviewed-by: Peter Krempa <[email protected]>

Reply via email to