1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 02:39:47 +02:00

Cosmetics: remove trailing whitespace

This commit is contained in:
Paul 'flowerysong' Arthur 2010-03-14 20:14:52 +00:00
parent ef48bf3fbd
commit 1cb0983ed0
279 changed files with 9355 additions and 9355 deletions

View file

@ -34,7 +34,7 @@
* require_once 'getid3/getid3.php';
* $getid3 = new getid3;
* $getid3->encoding = 'UTF-8';
* try {
* try {
* $info1 = $getid3->Analyse('file1.flac');
* $info2 = $getid3->Analyse('file2.wv');
* ....