mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
71a733cdec
commit
4553e1ea5b
|
@ -1689,6 +1689,7 @@ GetObjectInfo(Node *parsetree)
|
||||||
info.name = stmt->role;
|
info.name = stmt->role;
|
||||||
info.id = get_role_oid(stmt->role, false);
|
info.id = get_role_oid(stmt->role, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add else if branches for other statement types */
|
/* Add else if branches for other statement types */
|
||||||
|
|
||||||
return info;
|
return info;
|
||||||
|
|
Loading…
Reference in New Issue