From 0f3e8be7739934e920143682ff9d93c5d29e5de5 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sat, 17 Oct 2009 16:18:35 -0700 Subject: whitespace fixes Signed-off-by: Austin Foxley --- libpthread/nptl_db/td_ta_map_lwp2thr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl_db/td_ta_map_lwp2thr.c') diff --git a/libpthread/nptl_db/td_ta_map_lwp2thr.c b/libpthread/nptl_db/td_ta_map_lwp2thr.c index 1e93210b9..acfa0fd8a 100644 --- a/libpthread/nptl_db/td_ta_map_lwp2thr.c +++ b/libpthread/nptl_db/td_ta_map_lwp2thr.c @@ -49,7 +49,7 @@ td_ta_map_lwp2thr (const td_thragent_t *ta_arg, { err = ps_pdread (ta->ph, howto, &ta->ta_howto_data.const_thread_area, - sizeof ta->ta_howto_data.const_thread_area); + sizeof ta->ta_howto_data.const_thread_area); if (err != PS_OK) return TD_ERR; ta->ta_howto = ta_howto_const_thread_area; -- cgit v1.2.3