X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=quote.c;h=06792d47c3e324ee9893a4e52035f0642f38005f;hb=74237d6236d7e32f69469ff26df3f3bb3875f523;hp=7218a7080d9a4282530b58c013606c86e4a5fdf5;hpb=8d712aafd2df3c1f5147a28947f98cefe667cf76;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();