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:
parent
97b9b5c3f7
commit
e17c7b544f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38153
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue