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
|
||||
more than one line long.<P>
|
||||
Good:<P>
|
||||
<PRE><CODE>
|
||||
static inline void
|
||||
f(int i) {
|
||||
/* whatever */
|
||||
|
||||
Reference in New Issue
Block a user