Changeset: 97c9d6862087 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/97c9d6862087
Modified Files:
monetdb5/mal/mal_client.c
Branch: default
Log Message:
Indentation.
diffs (24 lines):
diff --git a/monetdb5/mal/mal_client.c b/monetdb5/mal/mal_client.c
--- a/monetdb5/mal/mal_client.c
+++ b/monetdb5/mal/mal_client.c
@@ -572,13 +572,13 @@ MCmemoryClaim(void)
Client cntxt = mal_clients;
for(cntxt = mal_clients; cntxt<mal_clients+MAL_MAXCLIENTS; cntxt++)
- if( cntxt->idle == 0 && cntxt->mode == RUNCLIENT){
- if(cntxt->memorylimit){
- claim += cntxt->memorylimit;
- active ++;
- } else
- return GDK_mem_maxsize;
- }
+ if( cntxt->idle == 0 && cntxt->mode == RUNCLIENT){
+ if(cntxt->memorylimit){
+ claim += cntxt->memorylimit;
+ active ++;
+ } else
+ return GDK_mem_maxsize;
+ }
if(active == 0 || claim * LL_CONSTANT(1048576) >= GDK_mem_maxsize)
return GDK_mem_maxsize;
return claim * LL_CONSTANT(1048576);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]