X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=quote.c;h=06792d47c3e324ee9893a4e52035f0642f38005f;hb=1a82e79315ed633f6b0b1fc4076054950c5380d3;hp=7218a7080d9a4282530b58c013606c86e4a5fdf5;hpb=9086a18cb81f99fff943b36830396ac8c37c7e9f;p=git.git diff --git a/quote.c b/quote.c index 7218a708..06792d47 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();