summaryrefslogtreecommitdiff
path: root/amiga/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/file.c')
-rw-r--r--amiga/file.c18
1 files changed, 7 insertions, 11 deletions
diff --git a/amiga/file.c b/amiga/file.c
index ae9e3d059..8e81b9c28 100644
--- a/amiga/file.c
+++ b/amiga/file.c
@@ -117,17 +117,13 @@ static void ami_file_set_type(const char *path, lwc_string *mime_type)
content_type type = content_factory_type_from_mime_type(mime_type);
const char *default_type;
- switch(type)
- {
- case CONTENT_HTML:
- default_type = "html";
- break;
- case CONTENT_CSS:
- default_type = "css";
- break;
- default:
- default_type = NULL;
- break;
+ switch(type) {
+ case CONTENT_HTML:
+ default_type = "html";
+ break;
+ default:
+ default_type = NULL;
+ break;
}
if (default_type != NULL) {