diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 16:18:35 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 16:18:35 -0700 |
commit | 0f3e8be7739934e920143682ff9d93c5d29e5de5 (patch) | |
tree | 41827cd8a626f9060c62e232eb55ac3cd5e72a35 /libpthread/nptl_db | |
parent | d2b282faa6fef368680cf1cb96bad562f082ce03 (diff) |
whitespace fixes
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl_db')
-rw-r--r-- | libpthread/nptl_db/td_ta_map_lwp2thr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |