* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.

This commit is contained in:
Alexandre Oliva 2012-09-05 20:37:37 -03:00
parent 20196a5e5e
commit 61d5817416
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-09-05 Alexandre Oliva <aoliva@redhat.com>
* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
2012-09-05 Alexandre Oliva <aoliva@redhat.com>
* manual/contrib.texi (Contributors): Fix typo. Complete entry.

View File

@ -4776,8 +4776,8 @@ int __libc_mallopt(int param_number, int value)
break;
case M_MMAP_MAX:
mp_.n_mmaps_max = value;
mp_.no_dyn_threshold = 1;
mp_.n_mmaps_max = value;
mp_.no_dyn_threshold = 1;
break;
case M_CHECK_ACTION: