Changeset: ca847f40519c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ca847f40519c
Modified Files:
monetdb5/modules/mosaic/mosaic.c
Branch: mosaic
Log Message:
Code style.
diffs (13 lines):
diff --git a/monetdb5/modules/mosaic/mosaic.c b/monetdb5/modules/mosaic/mosaic.c
--- a/monetdb5/modules/mosaic/mosaic.c
+++ b/monetdb5/modules/mosaic/mosaic.c
@@ -787,8 +787,7 @@ MOSgetPartition(Client cntxt, MalBlkPtr
*part = getVarConstant(mb,getArg(p,6)).val.ival;
*nrofparts =
getVarConstant(mb,getArg(p,7)).val.ival;
}
- } else
- if( p->token == ASSIGNsymbol && getArg(p,1) == varid)
+ } else if( p->token == ASSIGNsymbol && getArg(p,1) == varid)
MOSgetPartition(cntxt,mb,stk,getArg(p,0),part,nrofparts);
}
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list