silly switch style fix
[oweals/busybox.git] / archival / libunarchive / data_extract_all.c
index c8d162bce585fabf44fcb0957e279a685e3575ce..b1c66a4a22f2b71067d1e8b6c562bfb0099454b2 100644 (file)
@@ -55,7 +55,7 @@ void data_extract_all(archive_handle_t *archive_handle)
                }
        } else {
                /* Create the filesystem entry */
-               switch(file_header->mode & S_IFMT) {
+               switch (file_header->mode & S_IFMT) {
                        case S_IFREG: {
                                /* Regular file */
                                dst_fd = xopen3(file_header->name, O_WRONLY | O_CREAT | O_EXCL,