2
0
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:
David Lawrence
1999-11-02 04:08:34 +00:00
parent 2d5b778a19
commit c6dfea8665

View File

@@ -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 */