X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=quote.c;h=06792d47c3e324ee9893a4e52035f0642f38005f;hb=2c49009dbe98a26505891d3c680da73baf0b4f81;hp=7218a7080d9a4282530b58c013606c86e4a5fdf5;hpb=9086a18cb81f99fff943b36830396ac8c37c7e9f;p=git.git diff --git a/quote.c b/quote.c index 7218a7080..06792d47c 100644 --- 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();