mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
Fix bad indentation introduced in 43cd30bcd1c
Oops. Reported-by: Nathan Bossart <nathandbossart@gmail.com> Discussion: https://postgr.es/m/ZpVZB9rH5tHllO75@nathan Backpatch: 12-, like 43cd30bcd1c
This commit is contained in:
parent
2cf9bda76c
commit
9d3a2b3cdf
@ -5291,8 +5291,8 @@ find_option(const char *name, bool create_placeholders, int elevel)
|
||||
static int
|
||||
guc_var_compare(const void *a, const void *b)
|
||||
{
|
||||
const char *namea = **(const char ** const *) a;
|
||||
const char *nameb = **(const char ** const *) b;
|
||||
const char *namea = **(const char **const *) a;
|
||||
const char *nameb = **(const char **const *) b;
|
||||
|
||||
return guc_name_compare(namea, nameb);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user