]> git.proxmox.com Git - pve-http-server.git/commitdiff
whitespace fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 24 Nov 2017 08:25:55 +0000 (09:25 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 24 Nov 2017 08:25:55 +0000 (09:25 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/APIServer/AnyEvent.pm

index 1a67ab6ba0c536ffee219482677a467e40880d8e..d7271a23e6c991623dbf236d1c8c456a2be9c0d5 100755 (executable)
@@ -275,7 +275,7 @@ my $file_extension_info = {
     html  => { ct => 'text/html' },
     js    => { ct => 'application/javascript' },
     json  => { ct => 'application/json' },
-    map  => { ct => 'application/json' },
+    map   => { ct => 'application/json' },
     png   => { ct => 'image/png' , nocomp => 1 },
     ico   => { ct => 'image/x-icon', nocomp => 1},
     gif   => { ct => 'image/gif', nocomp => 1},