code-style: whitespace fixes
This commit is contained in:
2
sed.c
2
sed.c
@@ -1329,7 +1329,7 @@ cmd_l(Cmd *c)
|
||||
printf("%s", escapes[(unsigned int)*p]);
|
||||
rlen = 1;
|
||||
} else if (!(rlen = charntorune(&r, p, end - p))) {
|
||||
/* ran out of chars, print the bytes of the short sequence */
|
||||
/* ran out of chars, print the bytes of the short sequence */
|
||||
for (; p < end; p++)
|
||||
printf("\\%03hho", (unsigned char)*p);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user