Changeset 6d3beb9dd21349029d906247b507cfe39b727545

Show
Ignore:
Timestamp:
27/04/06 10:13:50 (3 years ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1146125630 +0000
git-parent:

[9bfe50230cd85ad2a5fdd2c8d2ce1e57558e9028]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1146125630 +0000
Message:

Remove whitespace

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/stream_output/stream_output.c

    r8ab353b r6d3beb9  
    170170    return p_sout; 
    171171} 
     172 
    172173/***************************************************************************** 
    173174 * sout_DeleteInstance: delete a previously allocated instance 
     
    10091010        asprintf( &psz_name, "%s%s", psz_prefix, b_once ? &ppsz_options[i][1] : ppsz_options[i] ); 
    10101011 
    1011  
    10121012        /* Check if the option is deprecated */ 
    1013  
    10141013        p_conf = config_FindConfig( p_this, psz_name ); 
    10151014