git-tar-tree: no more void pointer arithmetic
[git.git] / quote.c
diff --git a/quote.c b/quote.c
index 7218a70..06792d4 100644 (file)
--- a/quote.c
+++ b/quote.c
@@ -144,8 +144,6 @@ static int quote_c_style_counted(const char *name, int namelen,
 
                        case '\\': /* fallthru */
                        case '"': EMITQ(); break;
-                       case ' ':
-                               break;
                        default:
                                /* octal */
                                EMITQ();