Changeset: b123cf22ff6d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b123cf22ff6d
Modified Files:
        MonetDB5/src/mal/mal_scenario.mx
Branch: Jun2010
Log Message:

Correct indentation.


diffs (12 lines):

diff -r ea928da4ea87 -r b123cf22ff6d MonetDB5/src/mal/mal_scenario.mx
--- a/MonetDB5/src/mal/mal_scenario.mx  Mon Aug 30 16:46:25 2010 +0200
+++ b/MonetDB5/src/mal/mal_scenario.mx  Mon Aug 30 16:55:50 2010 +0200
@@ -623,7 +623,7 @@
        if (setjmp( c->exception_buf) < 0) 
                c->mode = FINISHING;
 #ifdef HAVE_TIMES
-               times(&t0);
+       times(&t0);
 #endif
        while (c->mode > FINISHING || msg != MAL_SUCCEED) {
                if (msg != MAL_SUCCEED){
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to