Remove stray tab characters.

This commit is contained in:
Normal Ra 2014-08-13 11:24:02 +02:00
parent 1633ec5c87
commit 1c1fc0870a
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class RepairMimeTypes extends BasicEmitter implements \OC\RepairStep {
$insertStmt = \OC_DB::prepare(' $insertStmt = \OC_DB::prepare('
INSERT INTO `*PREFIX*mimetypes` ( `mimetype` ) INSERT INTO `*PREFIX*mimetypes` ( `mimetype` )
VALUES ( ? ) VALUES ( ? )
'); ');
$updateByNameStmt = \OC_DB::prepare(' $updateByNameStmt = \OC_DB::prepare('