Changeset: 3d36bd8df68a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3d36bd8df68a
Modified Files:
        configure.ag
        gdk/gdk_utils.mx
Branch: Apr2012
Log Message:

Cosmetics.


diffs (27 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -349,7 +349,7 @@ dnl we try where UNIX domain sockets als
 dnl following simple implementation for now.
 case $host in
        *-solaris*)
-        dnl Solaris needs this to get msg_control and msg_controllen
+               dnl Solaris needs this to get msg_control and msg_controllen
                dnl it disables, however, the availability of madvise, which is
                dnl in use use by GDK, so we cannot just AC_DEFINE this, but
                dnl rather have to enable it where it is necessary
diff --git a/gdk/gdk_utils.mx b/gdk/gdk_utils.mx
--- a/gdk/gdk_utils.mx
+++ b/gdk/gdk_utils.mx
@@ -1567,7 +1567,10 @@ GDKvmtrim(void *limit)
                }
                MEMDEBUG {
                        fp = GDKout;
-                       THRprintf(fp, "#GDKvmtrim(load=%s, rsstarget=" SZFMT ", 
GDK_mmap_minsize=" SZFMT ")\n", highload_name[highload], *(size_t *) limit, 
GDK_mmap_minsize);
+                       THRprintf(fp, "#GDKvmtrim(load=%s, rsstarget=" SZFMT
+                                 ", GDK_mmap_minsize=" SZFMT ")\n",
+                                 highload_name[highload], *(size_t *) limit,
+                                 GDK_mmap_minsize);
                }
                highload = MT_mmap_trim(*(size_t *) limit, fp);
                if (highload >= 4) {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to