summaryrefslogtreecommitdiff
path: root/ddb
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:53:31 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 05:51:51 +0900
commit95458404e12be506d6847baa7fbbf3aa8e709d60 (patch)
tree4b82269521927b9c6b8c8559eaff8129e79538f5 /ddb
parent718497d42d0511b6ad10880ea19863cb582c7daf (diff)
ddb/db_aout.c: trivial stylistic fix for consistency
* ddb/db_aout.c: Trivial stylistic fix for consistency.
Diffstat (limited to 'ddb')
-rw-r--r--ddb/db_aout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_aout.c b/ddb/db_aout.c
index a36ca0e7..54803255 100644
--- a/ddb/db_aout.c
+++ b/ddb/db_aout.c
@@ -500,7 +500,7 @@ aout_db_line_at_pc(stab, sym, file, line, pc)
unsigned long diff;
boolean_t found;
- found = aout_db_search_by_addr(stab,(vm_offset_t)pc,file,&func,line,&diff);
+ found = aout_db_search_by_addr(stab, (vm_offset_t)pc, file, &func, line, &diff);
return(found && func && *file);
}