]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/history.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / codec / cmml / history.c
index de4e8e2c76db7d3d769dde1f64350cb9f507a687..1b80c8c6c3fcb87abf0f49b8e310b3c3fd1c0ed8 100644 (file)
@@ -53,7 +53,7 @@ static void history_Dump( history_t *p_history );
 history_t *history_New( void )
 {
    history_t *p_new_history;
-   
    p_new_history = calloc( 1, sizeof( struct history_t ) );
    if( p_new_history == NULL ) return NULL;