Removed a couple of blank lines.

This commit is contained in:
mark 1997-10-14 10:11:06 +00:00
parent 89f95aa87f
commit cb5b2b1176
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_machdep.c,v 1.6 1996/10/15 01:23:36 mark Exp $ */
/* $NetBSD: db_machdep.c,v 1.7 1997/10/14 10:11:06 mark Exp $ */
/*
* Copyright (c) 1996 Mark Brinicombe
@ -245,5 +245,3 @@ db_show_frame_cmd(addr, have_addr, count, modif)
frame->tf_r12, frame->tf_usr_sp, frame->tf_usr_lr, frame->tf_pc);
db_printf("slr=%08x\n", frame->tf_svc_lr);
}