diff stream/freesdp/parser.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 304ee75ca7ae
children 9e7e36fd3ba3
line wrap: on
line diff
--- a/stream/freesdp/parser.c	Tue May 12 19:25:35 2009 +0000
+++ b/stream/freesdp/parser.c	Wed May 13 02:58:57 2009 +0000
@@ -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 @@
   }
 
   /* `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 @@
         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));