summaryrefslogtreecommitdiffstats
path: root/stream/freesdp/parser.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
commit6e9cbdc10448203e7c8b2de41447442fcc9f7bae (patch)
tree0ed465592509105fdbeab27fc12ddbb2e3590aa5 /stream/freesdp/parser.c
parenteafe5b7517bbf408ae1ffc936a3abe2313c3b334 (diff)
downloadmpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.bz2
mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.xz
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/freesdp/parser.c')
-rw-r--r--stream/freesdp/parser.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/freesdp/parser.c b/stream/freesdp/parser.c
index bf6f985e94..34e6737a05 100644
--- a/stream/freesdp/parser.c
+++ b/stream/freesdp/parser.c
@@ -1,7 +1,7 @@
/*
This file is part of FreeSDP
Copyright (C) 2001,2002,2003 Federico Montesino Pouzols <fedemp@altern.org>
-
+
FreeSDP is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
@@ -380,7 +380,7 @@ fsdp_parse (const char *text_description, fsdp_description_t * dsc)
}
/* `k=' line (encryption key) [optional] */
- /* k=<method>
+ /* k=<method>
k=<method>:<encryption key> */
result = fsdp_parse_k (&p, &(dsc->k_encryption_method),
&(dsc->k_encryption_content));
@@ -687,7 +687,7 @@ fsdp_parse (const char *text_description, fsdp_description_t * dsc)
return result;
/* `k=' line (encryption key) [optional] */
- /* k=<method>
+ /* k=<method>
k=<method>:<encryption key> */
result = fsdp_parse_k (&p, &(media->k_encryption_method),
&(media->k_encryption_content));