From c6dfea8665a97e14a970f188060a81a46fd6d31c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 2 Nov 1999 04:08:34 +0000 Subject: [PATCH] Added missing "
" before sample function
 definitions.

---
 doc/dev/coding.html | 1 +
 1 file changed, 1 insertion(+)

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