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.c | |
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.c')
-rw-r--r-- | src/lib.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |