about summary refs log tree commit diff
path: root/malloc/arena.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2012-08-10 09:39:38 -0600
committerJeff Law <law@redhat.com>2012-08-10 09:39:58 -0600
commit77480c6ba52e49a70f37c6f49d59f2f72501aca0 (patch)
tree8b76477def5ea1bf970edf11668428ee299fb985 /malloc/arena.c
parentbf51f568f19bc063e62904d18b77d7e449a6a44f (diff)
downloadglibc-77480c6ba52e49a70f37c6f49d59f2f72501aca0.tar.gz
glibc-77480c6ba52e49a70f37c6f49d59f2f72501aca0.tar.xz
glibc-77480c6ba52e49a70f37c6f49d59f2f72501aca0.zip
Fix whitespace problems detected by commit hooks.
Diffstat (limited to 'malloc/arena.c')
-rw-r--r--malloc/arena.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/arena.c b/malloc/arena.c
index 7270bbe926..06bdd77d23 100644
--- a/malloc/arena.c
+++ b/malloc/arena.c
@@ -778,7 +778,7 @@ get_free_list (void)
   return result;
 }
 
-/* Lock and return an arena that can be reused for memory allocation. 
+/* Lock and return an arena that can be reused for memory allocation.
    Avoid AVOID_ARENA as we have already failed to allocate memory in
    it and it is currently locked.  */
 static mstate