Changeset: c335c457cb87 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c335c457cb87
Modified Files:
monetdb5/mal/mal.c
monetdb5/mal/mal_instruction.c
Branch: default
Log Message:
small formating changes
diffs (25 lines):
diff --git a/monetdb5/mal/mal.c b/monetdb5/mal/mal.c
--- a/monetdb5/mal/mal.c
+++ b/monetdb5/mal/mal.c
@@ -102,7 +102,7 @@ mal_init(char *modules[], bool embedded,
GDKprintinforegister(MALprintinfo);
err = malBootstrap(modules, embedded, initpasswd);
- if (err !=MAL_SUCCEED) {
+ if (err != MAL_SUCCEED) {
mal_client_reset();
TRC_CRITICAL(MAL_SERVER, "%s\n", err);
freeException(err);
diff --git a/monetdb5/mal/mal_instruction.c b/monetdb5/mal/mal_instruction.c
--- a/monetdb5/mal/mal_instruction.c
+++ b/monetdb5/mal/mal_instruction.c
@@ -694,7 +694,8 @@ newVariable(MalBlkPtr mb, const char *na
nme[i] = name[i];
nme[len] = 0;
kind = nme[0];
- } mb->vtop++;
+ }
+ mb->vtop++;
setVarKind(mb, n, kind);
setVariableType(mb, n, type);
return n;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]