Browse Source

fcl-sound: a tab to spaces fix in header, no functional changes

git-svn-id: trunk@27297 -
Károly Balogh 11 years ago
parent
commit
35ff3db46b

+ 1 - 1
packages/fcl-sound/src/fpwavformat.pas

@@ -2,7 +2,7 @@
 {
     This file is part of the Free Pascal's "Free Components Library".
     Copyright (c) 2014 by Mazen NEIFER of the Free Pascal development team
-	and was adapted from wavopenal.pas copyright (c) 2010 Dmitry Boyarintsev. 
+    and was adapted from wavopenal.pas copyright (c) 2010 Dmitry Boyarintsev.
 
     RIFF/WAVE sound file basic types and constants.
 

+ 1 - 1
packages/fcl-sound/src/fpwavreader.pas

@@ -2,7 +2,7 @@
 {
     This file is part of the Free Pascal's "Free Components Library".
     Copyright (c) 2014 by Mazen NEIFER of the Free Pascal development team
-	and was adapted from wavopenal.pas copyright (c) 2010 Dmitry Boyarintsev. 
+    and was adapted from wavopenal.pas copyright (c) 2010 Dmitry Boyarintsev.
 
     RIFF/WAVE sound file reader implementation.
 

+ 1 - 1
packages/fcl-sound/src/fpwavwriter.pas

@@ -2,7 +2,7 @@
 {
     This file is part of the Free Pascal's "Free Components Library".
     Copyright (c) 2014 by Mazen NEIFER of the Free Pascal development team
-	and was adapted from wavopenal.pas copyright (c) 2010 Dmitry Boyarintsev. 
+    and was adapted from wavopenal.pas copyright (c) 2010 Dmitry Boyarintsev.
 
     RIFF/WAVE sound file writer implementation.