Stripped some trailing whitespace

This commit is contained in:
Klaus Schmidinger
2006-04-17 12:19:31 +02:00
parent 5355b3345c
commit e84a565bfa
10 changed files with 18 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* $Id: descriptor.c 1.19 2006/04/14 10:53:44 kls Exp $
* $Id: descriptor.c 1.20 2006/04/17 12:19:15 kls Exp $
* *
***************************************************************************/
@@ -739,7 +739,7 @@ int LinkageDescriptor::getId() const {
void ISO639LanguageDescriptor::Parse() {
languageLoop.setData(data+sizeof(descr_iso_639_language), getLength()-sizeof(descr_iso_639_language));
//all this is for backwards compatibility only
Loop::Iterator it;
Language first;