Changeset ac495caa3816336ac9a2cece655cd69aa149fcbc

Show
Ignore:
Timestamp:
24/08/08 08:30:51 (3 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1219559451 -0700
git-parent:

[afe3464a1c7c6f9d7640a3f5db17010c34212440]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1219559113 -0700
Message:

Remove trailing sapce.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/components/extended_panels.cpp

    r2329f4a rac495ca  
    10081008            bands[i]->setValue( (int)( ( f + 20 ) * 10 )  ); 
    10091009 
    1010             band_texts[i]->setText( band_frequencies[i] + "\n"  
     1010            band_texts[i]->setText( band_frequencies[i] + "\n" 
    10111011                                  + QString("%1").arg( f, 5, 'f', 1 ) + "dB" ); 
    10121012            if( p == NULL || *p == '\0' )