Completed
Pull Request — master (#42)
by Masaya
05:57
created
src/Controller/ContentsFileController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
             'mp3' => 'audio/mpeg',
126 126
             'wav' => 'audio/wav',
127 127
             'mp4' => 'video/mp4',
128
-	    'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
128
+        'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
129 129
             'docs' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
130 130
             'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
131 131
         ];
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
             'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
168 168
             'docs' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
169 169
             'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
170
-	];
170
+    ];
171 171
         $sContentType = 'application/octet-stream';
172 172
 
173 173
         if (($pos = strrpos($filename, ".")) !== false) {
Please login to merge, or discard this patch.