diff stream/freesdp/parserpriv.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 64d82a45a05d
children 08a90b0e44e1
line wrap: on
line diff
--- a/stream/freesdp/parserpriv.h	Tue May 12 19:25:35 2009 +0000
+++ b/stream/freesdp/parserpriv.h	Wed May 13 02:58:57 2009 +0000
@@ -33,12 +33,12 @@
  * Parse a connection (c=<network type> <address type> <connection
  * address>) line. If the textual description in <code>p</code> begins
  * with a connection line, it is parsed. If not, nothing is done.
- * 
+ *
  * @param p fraction of textual SDP description.
  * @param ntype where to store the network type.
  * @param atype where to store the address type.
  * @param address where to store the connection address as a string.
- * 
+ *
  * @return parse error code.
  **/
 static fsdp_error_t
@@ -51,7 +51,7 @@
  * textual description in <code>p</code> begins with a bandwidth line,
  * it is parsed as well as all b lines inmediately after it. If not,
  * nothing is done.
- * 
+ *
  * @param p fraction of textual SDP description.
  * @param bw_modifiers pointer to empty array of bandwidth modifiers to fill.
  * @param bw_modifiers_count where to set the number of bandwidth
@@ -96,11 +96,11 @@
 fsdp_parse_rtpmap (fsdp_rtpmap_t *** rtpmap, unsigned int *counter,
 		   const char *value);
 
-/** 
+/**
  * Maximun default field len for "expected to be short" fields, like
  * username, session_id or inet addresses.
  *
- * MDFLENS value must be MAXSHORTFIELDLEN - 1 
+ * MDFLENS value must be MAXSHORTFIELDLEN - 1
  **/
 #define MAXSHORTFIELDLEN 96
 #define MSFLENS "95"