summaryrefslogtreecommitdiff
path: root/src/lib.c
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.c
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.c')
-rw-r--r--src/lib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib.c b/src/lib.c
index 2d86b7c..4a3d4df 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -1,4 +1,4 @@
-/*
+/*
* vim: set sts=2 sw=2 et :
*
* License: LGPL-2.1+
@@ -60,7 +60,7 @@ stp_on_gst_bus_message (GstBus *bus,
}
/* When the incoming stream reaches EOS, we call this
- * which initiates a shutdown for all clients and then
+ * which initiates a shutdown for all clients and then
* the server itself */
void
stp_cleanup_transcode_server_ctx (TranscodeServerCtx *ctx)
@@ -107,8 +107,8 @@ pad_blocked_cleanup_cb (GstPad *srcpad,
}
/* When a client leaves or is kicked, we set the response status
- * and then call cleanup here. This involves removing the appsink
- * branch for the client from the pipeline, and then freeing the
+ * and then call cleanup here. This involves removing the appsink
+ * branch for the client from the pipeline, and then freeing the
* context. */
void
stp_cleanup_transcode_client_ctx (TranscodeClientCtx *ctx)