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

Fix indenting, no content change


diffs (29 lines):

diff -r d77fb2ef5c0d -r fcd4d75a3c50 MonetDB5/src/mal/mal_exception.mx
--- a/MonetDB5/src/mal/mal_exception.mx Wed Jul 21 14:50:45 2010 +0200
+++ b/MonetDB5/src/mal/mal_exception.mx Wed Jul 21 15:05:40 2010 +0200
@@ -259,7 +259,7 @@
        size_t last = 0;
        size_t len ;
 
-       if( whatever == NULL)
+       if (whatever == NULL)
                return;
        len = strlen(whatever); 
        /* make sure each line starts with a ! */
@@ -290,13 +290,14 @@
        str msg;
 
        /* ignore an internal exception */
-       if( strcmp(fcn,"client.quit")==0)
+       if (strcmp(fcn, "client.quit") == 0)
                return;
+
        va_start(ap, format);
        msg = createExceptionInternal(type, fcn, format, ap);
        va_end(ap);
 
-       dumpToStream(GDKout,msg);
+       dumpToStream(GDKout, msg);
        GDKfree(msg);
 }
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to