Formatting wibbles.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2927 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c
index 41e2c9a..0f2e414 100644
--- a/coregrind/vg_main.c
+++ b/coregrind/vg_main.c
@@ -987,7 +987,7 @@
       sizeof(char **) +			/* terminal NULL */
       auxsize +				/* auxv */
       ROUNDUP(stringsize, sizeof(int)) +/* strings (aligned) */
-      VKI_PAGE_SIZE;		/* page for trampoline code */
+      VKI_PAGE_SIZE;			/* page for trampoline code */
 
    // decide where stack goes!
    VG_(clstk_end) = VG_(client_end);