mirror of https://github.com/citusdata/citus.git
Style
parent
4a6dbf886c
commit
31573a01d7
|
@ -451,7 +451,8 @@ ErrorIfAddingPartitionTableToMetadata(Oid relationId)
|
|||
/*
|
||||
* SetAutoConverted is the setter function for variable autoConverted.
|
||||
*/
|
||||
void SetAutoConverted(bool autoConvertedValue)
|
||||
void
|
||||
SetAutoConverted(bool autoConvertedValue)
|
||||
{
|
||||
autoConverted = autoConvertedValue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue