whitespace fixes

pull/120/head
Leah Neukirchen 6 years ago
parent bcd258a8c8
commit 2e742622ab

@ -21,7 +21,7 @@ print_quoted(char *s)
for (t = s; *t; t++)
if ((unsigned char)*t < 32 || strchr("()<>[]:;@\\,.\"", *t))
goto quote;
printf("%s", s);
return;

@ -66,7 +66,7 @@ print_quoted(char *s)
for (t = s; *t; t++)
if ((unsigned char)*t < 32 || strchr("()<>[]:;@\\,.\"", *t))
goto quote;
printf("%s", s);
return;

Loading…
Cancel
Save