diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-11 11:29:18 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-11 11:31:01 (GMT) |
commit | f13ff0e899d182ed567e7f5ae7b1452aad9f4516 (patch) | |
tree | ad69a3959a48ba801d895fa1a80bd8f4d57aec25 /src/lib.h | |
parent | 4d3eb464ab471e1754f25d6dc9673fc2533e0b5c (diff) | |
download | soup-transcoding-proxy-f13ff0e899d182ed567e7f5ae7b1452aad9f4516.zip soup-transcoding-proxy-f13ff0e899d182ed567e7f5ae7b1452aad9f4516.tar.gz |
Remove trailing whitespace to make git happy
Diffstat (limited to 'src/lib.h')
-rw-r--r-- | src/lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* +/* * vim: set sts=2 sw=2 et : * * License: LGPL-2.1+ @@ -39,7 +39,7 @@ struct _TranscodeServerCtx { SoupEncoding encoding; /* Set to TRUE when the incoming stream ends; let's us know if * we need to set the PUT response on EOS/ERROR on the pipeline, - * and whether to reject further data when using a persistent + * and whether to reject further data when using a persistent * Content-Length + Content-Range PUT stream. */ gboolean stream_finished; guint seconds_since_read; |