commit be2ee49f5c6c8d9873d87298c0a8f988c28867a2 from: Omar Polo date: Fri May 14 13:08:09 2021 UTC style(9) commit - 09312eb3c7213330c6445ed6f3a68e5028311178 commit + be2ee49f5c6c8d9873d87298c0a8f988c28867a2 blob - 7ad4add47961309bb1c37e54bb4b1ab70cf17e5e blob + d18eb68301dff0ee3b7e7109fa1fb8d21ff013e9 --- parser.c +++ parser.c @@ -48,8 +48,10 @@ parser_set_buf(struct parser *p, const char *buf, size return 1; } - /* p->buf and buf can (and probably almost always will) - * overlap! */ + /* + * p->buf and buf can (and probably almost always will) + * overlap! + */ if ((tmp = calloc(1, len)) == NULL) return 0;