newlib: libc: Fix indentation
Commit Message
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
---
newlib/libc/posix/regcomp.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Comments
@@ -2001,10 +2001,10 @@ struct re_guts *g;
}
g->matchjump = (int*) malloc(g->mlen * sizeof(unsigned int));
- if (g->matchjump == NULL) { /* Not a fatal error */
- free(pmatches);
- return;
- }
+ if (g->matchjump == NULL) { /* Not a fatal error */
+ free(pmatches);
+ return;
+ }
/* Set maximum possible jump for each character in the pattern */
for (mindex = 0; mindex < g->mlen; mindex++)