Removed trailing whitespace from all *.?pp files
[supertux.git] / src / audio / ogg_sound_file.cpp
index fd7c7fc..5429b5a 100644 (file)
@@ -23,7 +23,7 @@ OggSoundFile::OggSoundFile(PHYSFS_file* file, double loop_begin, double loop_at)
   vorbis_file(),
   loop_begin(),
   loop_at(),
-  normal_buffer_loop() 
+  normal_buffer_loop()
 {
   this->file = file;