fix indentation

This commit is contained in:
Doug MacEachern 2007-03-06 23:10:14 +00:00
parent d459b79bdd
commit fe2125d9af
1 changed files with 12 additions and 11 deletions

View File

@ -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;
} }