diff --git a/doc/dev/coding.html b/doc/dev/coding.html index 119454cf9d..5af59933ba 100644 --- a/doc/dev/coding.html +++ b/doc/dev/coding.html @@ -156,6 +156,7 @@ specifying the implementation of the function. The opening curly brace should occur on the same line as the argument list, unless the argument list is more than one line long.
Good:
+
static inline void
f(int i) {
/* whatever */