mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Added missing "<PRE><CODE>" before sample function definitions.
This commit is contained in:
@@ -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
|
occur on the same line as the argument list, unless the argument list is
|
||||||
more than one line long.<P>
|
more than one line long.<P>
|
||||||
Good:<P>
|
Good:<P>
|
||||||
|
<PRE><CODE>
|
||||||
static inline void
|
static inline void
|
||||||
f(int i) {
|
f(int i) {
|
||||||
/* whatever */
|
/* whatever */
|
||||||
|
Reference in New Issue
Block a user