mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
More trailing whilespace removal
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
|
||||
<h2>2.1 <a name="binfmthdr">Binary Loader Header Files</a></h2>
|
||||
<p>
|
||||
The interface to the binary loader is described in the header file
|
||||
The interface to the binary loader is described in the header file
|
||||
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/include/nuttx/binfmt/binfmt.h">
|
||||
<code>include/nuttx/binfmt/binfmt.h</code></a>.
|
||||
A brief summary of the data structurs and interfaces prototyped in that header file are listed below.
|
||||
@@ -457,7 +457,7 @@ void exepath_release(EXEPATH_HANDLE handle);
|
||||
|
||||
<h2>3.1 <a name="symtabhdr">Symbol Table Header Files</a></h2>
|
||||
<p>
|
||||
The interface to the symbol table logic is described in the header file
|
||||
The interface to the symbol table logic is described in the header file
|
||||
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/include/nuttx/binfmt/symtab.h">
|
||||
<code>include/nuttx/binfmt/symtab.h</code></a>.
|
||||
A brief summary of the data structurs and interfaces prototyped in that header file are listed below.
|
||||
@@ -477,7 +477,7 @@ struct symtab_s
|
||||
</pre></ul>
|
||||
|
||||
</p>
|
||||
A symbol table is a fixed size array of <code>struct symtab_s</code>.
|
||||
A symbol table is a fixed size array of <code>struct symtab_s</code>.
|
||||
The information is intentionally minimal and supports only:
|
||||
</p>
|
||||
<ol>
|
||||
|
||||
Reference in New Issue
Block a user