Fix one programlisting that was missed in the previous commit.

Translators: this changes whitespace content inside the programlisting,
which may be visible in the output.

Approved by:	gjb (mentor)
This commit is contained in:
Warren Block 2012-01-07 23:20:12 +00:00
parent 97b9b5c3f7
commit e17c7b544f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38153

View file

@ -372,8 +372,7 @@
<figure>
<title><emphasis>driver_t</emphasis> implementation</title>
<programlisting>
struct driver {
<programlisting> struct driver {
KOBJ_CLASS_FIELDS;
void *priv; /* driver private data */
};</programlisting>