diff options
author | Thomas Jansen <mithi@mithi.net> | 2011-02-04 10:39:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-02-09 22:42:31 +0100 |
commit | 948b8f35e6fc578c85a0cfc8e143e1325ce99043 (patch) | |
tree | 022148bcb71a123f151d05b5936bc66ca35d332a /src/output/httpd_internal.h | |
parent | e776c605adeb984aae290cdff38c5f8dd0cd291e (diff) | |
download | mpd-948b8f35e6fc578c85a0cfc8e143e1325ce99043.tar.gz mpd-948b8f35e6fc578c85a0cfc8e143e1325ce99043.tar.xz mpd-948b8f35e6fc578c85a0cfc8e143e1325ce99043.zip |
general: whitespace cleanup
Remove trailing whitespace found by this command:
find -name '*.[ch]' | xargs grep "[[:space:]]$"
Diffstat (limited to 'src/output/httpd_internal.h')
-rw-r--r-- | src/output/httpd_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/httpd_internal.h b/src/output/httpd_internal.h index fee72c07f..277e70f11 100644 --- a/src/output/httpd_internal.h +++ b/src/output/httpd_internal.h @@ -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; |