fix indentation
This commit is contained in:
parent
d459b79bdd
commit
fe2125d9af
|
@ -1010,7 +1010,8 @@ static int ptql_branch_add(ptql_parse_branch_t *parsed,
|
||||||
const char *error;
|
const char *error;
|
||||||
int offset;
|
int offset;
|
||||||
pcre *re =
|
pcre *re =
|
||||||
pcre_compile(parsed->value, 0, &error, &offset, NULL);
|
pcre_compile(parsed->value, 0,
|
||||||
|
&error, &offset, NULL);
|
||||||
if (!re) {
|
if (!re) {
|
||||||
return SIGAR_PTQL_MALFORMED_QUERY;
|
return SIGAR_PTQL_MALFORMED_QUERY;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue