]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Backout additional space until we decide whether we want it.
authorTom Hughes <tom@compton.nu>
Fri, 4 Nov 2005 17:18:18 +0000 (17:18 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 4 Nov 2005 17:18:18 +0000 (17:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5007

coregrind/m_replacemalloc/replacemalloc_core.c

index 6d66561a9ca02e197d2d0836b7a993919f6dffe1..952e08917ffbb9602c20f9dc854d609a4c9128b3 100644 (file)
@@ -77,7 +77,7 @@ Bool VG_(replacement_malloc_process_cmd_line_option)(Char* arg)
 void VG_(replacement_malloc_print_usage)(void)
 {
    VG_(printf)(
-"    --alignment=<number>             set minimum alignment of allocations [%d]\n",
+"    --alignment=<number>      set minimum alignment of allocations [%d]\n",
    VG_MIN_MALLOC_SZB
    );
 }