diff mbox

[FFmpeg-devel,06/17] publisher.h: Remove trailing whitespace

Message ID 20180628005117.18902-7-klaxa1337@googlemail.com
State New
Headers show

Commit Message

Stephan Holljes June 28, 2018, 12:51 a.m. UTC
Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com>
---
 publisher.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/publisher.h b/publisher.h
index e25c33d..e07cb10 100644
--- a/publisher.h
+++ b/publisher.h
@@ -115,7 +115,7 @@  void publisher_init(struct PublisherContext **pub, char *stream_name);
 void publisher_push_segment(struct PublisherContext *pub, struct Segment *seg);
 
 /**
- * Reserve a slot in the client struct of a PublisherContext. May fail if the number 
+ * Reserve a slot in the client struct of a PublisherContext. May fail if the number
  * of maximum clients has been reached.
  *
  * @param pub pointer to a PublisherContext