aboutsummaryrefslogtreecommitdiffstats
path: root/lib/repair
diff options
context:
space:
mode:
authorNormal Ra <normalraw@gmail.com>2014-08-13 11:24:02 +0200
committerNormal Ra <normalraw@gmail.com>2014-08-13 11:24:02 +0200
commit1c1fc0870a225201e7ff9878ea2c02ebca0edf9c (patch)
tree9cca8a061001cd57bbab58660d821a2432aa84c5 /lib/repair
parent1633ec5c87d01f97effa7fc4644e2f62d0816f92 (diff)
downloadnextcloud-server-1c1fc0870a225201e7ff9878ea2c02ebca0edf9c.tar.gz
nextcloud-server-1c1fc0870a225201e7ff9878ea2c02ebca0edf9c.zip
Remove stray tab characters.
Diffstat (limited to 'lib/repair')
-rw-r--r--lib/repair/repairmimetypes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/repair/repairmimetypes.php b/lib/repair/repairmimetypes.php
index 00f5340a878..e3f4402cfd5 100644
--- a/lib/repair/repairmimetypes.php
+++ b/lib/repair/repairmimetypes.php
@@ -123,7 +123,7 @@ class RepairMimeTypes extends BasicEmitter implements \OC\RepairStep {
$insertStmt = \OC_DB::prepare('
INSERT INTO `*PREFIX*mimetypes` ( `mimetype` )
VALUES ( ? )
- ');
+ ');
$updateByNameStmt = \OC_DB::prepare('