summaryrefslogtreecommitdiff
path: root/src/lib.h
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-11 11:29:18 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-11 11:31:01 (GMT)
commitf13ff0e899d182ed567e7f5ae7b1452aad9f4516 (patch)
treead69a3959a48ba801d895fa1a80bd8f4d57aec25 /src/lib.h
parent4d3eb464ab471e1754f25d6dc9673fc2533e0b5c (diff)
downloadsoup-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.h b/src/lib.h
index f1d9588..0fb3f02 100644
--- a/src/lib.h
+++ b/src/lib.h
@@ -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;