general: whitespace cleanup

Remove trailing whitespace found by this command:
find -name '*.[ch]' | xargs grep "[[:space:]]$"
This commit is contained in:
Thomas Jansen
2011-02-04 10:39:21 +01:00
committed by Max Kellermann
parent e776c605ad
commit 948b8f35e6
9 changed files with 29 additions and 29 deletions

View File

@@ -111,7 +111,7 @@ struct httpd_output {
char buffer[32768];
/**
* The maximum and current number of clients connected
* The maximum and current number of clients connected
* at the same time.
*/
guint clients_max, clients_cnt;

View File

@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/*
/*
* Media MVP audio output based on code from MVPMC project:
* http://mvpmc.sourceforge.net/
*/

View File

@@ -347,7 +347,7 @@ oss_setup_sample_rate(int fd, struct audio_format *audio_format,
case SUCCESS:
if (!audio_valid_sample_rate(sample_rate))
break;
audio_format->sample_rate = sample_rate;
return true;