mirror of https://github.com/citusdata/citus.git
Fix indent
parent
5e9e67e5bf
commit
33265dd411
|
@ -567,7 +567,7 @@ CreateTenantStats(MultiTenantMonitor *monitor)
|
|||
{
|
||||
int tenantIndex = monitor->tenantCount;
|
||||
|
||||
memset(&monitor->tenants[tenantIndex], 0 ,sizeof(monitor->tenants[tenantIndex]));
|
||||
memset(&monitor->tenants[tenantIndex], 0, sizeof(monitor->tenants[tenantIndex]));
|
||||
|
||||
strcpy_s(monitor->tenants[tenantIndex].tenantAttribute,
|
||||
sizeof(monitor->tenants[tenantIndex].tenantAttribute), attributeToTenant);
|
||||
|
|
Loading…
Reference in New Issue