Cleaned up some trailing white space

This commit is contained in:
Klaus Schmidinger
2006-01-08 11:44:37 +01:00
parent dcda6676b3
commit 2d863532cc
21 changed files with 58 additions and 57 deletions

View File

@@ -518,7 +518,7 @@ virtual void Stop(void);
in which it shall stop them.
<p>
The <tt>Stop()</tt> function will only be called if a previous call to the
The <tt>Stop()</tt> function will only be called if a previous call to the
<a href="#Getting started"><tt>Start()</tt></a> function of that plugin has
returned <i>true</i>. The <tt>Stop()</tt> functions are called in the reverse order
as the <a href="#Getting started"><tt>Start()</tt></a> functions were called.