summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--quote.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/quote.c b/quote.c
index 7218a70..06792d4 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();