Author: paultcochrane
Date: Sun Sep 30 14:28:15 2007
New Revision: 21684
Modified:
trunk/config/gen/platform/darwin/memalign.c
Log:
[config] Altered line length to conform to coding standards.
Modified: trunk/config/gen/platform/darwin/memalign.c
==============================================================================
--- trunk/config/gen/platform/darwin/memalign.c (original)
+++ trunk/config/gen/platform/darwin/memalign.c Sun Sep 30 14:28:15 2007
@@ -96,7 +96,9 @@
if ( status != KERN_SUCCESS )
{
- fprintf(stderr, "Parrot_memalign(%zx, %zx) failed to
deallocate extra header space.\n", align, size);
+ fprintf(stderr,
+ "Parrot_memalign(%zx, %zx) failed to deallocate
extra header space.\n",
+ align, size);
}
}
@@ -109,7 +111,9 @@
if ( status != KERN_SUCCESS )
{
- fprintf(stderr, "Parrot_memalign(%zx, %zx) failed to
deallocate extra footer space.\n", align, size);
+ fprintf(stderr,
+ "Parrot_memalign(%zx, %zx) failed to deallocate
extra footer space.\n",
+ align, size);
}
}