Changeset: 56ce2215f418 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=56ce2215f418
Modified Files:
monetdb5/mal/mal_module.c
Branch: default
Log Message:
add some brackets / indent some more code
diffs (15 lines):
diff --git a/monetdb5/mal/mal_module.c b/monetdb5/mal/mal_module.c
--- a/monetdb5/mal/mal_module.c
+++ b/monetdb5/mal/mal_module.c
@@ -236,9 +236,9 @@ void insertSymbol(Module scope, Symbol p
return;
}
assert(scope->space);
- if(scope->space[t] == prg){
+ if (scope->space[t] == prg){
/* already known, last inserted */
- } else {
+ } else {
prg->peer= scope->space[t];
scope->space[t] = prg;
if( prg->peer &&
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list