formatting bits in end.c

This commit is contained in:
PatR
2022-02-26 00:24:17 -08:00
parent b1d59665d8
commit 8c447e6ad5

View File

@@ -1095,10 +1095,10 @@ done_object_cleanup(void)
/* called twice; first to calculate total, then to list relevant items */
static void
artifact_score(struct obj *list,
boolean counting, /* true => add up points;
false => display them */
winid endwin)
artifact_score(
struct obj *list,
boolean counting, /* true => add up points; false => display them */
winid endwin)
{
char pbuf[BUFSZ];
struct obj *otmp;
@@ -1683,9 +1683,13 @@ really_done(int how)
nh_terminate(EXIT_SUCCESS);
}
/* used for disclosure and for the ':' choice when looting a container */
void
container_contents(struct obj *list, boolean identified,
boolean all_containers, boolean reportempty)
container_contents(
struct obj *list,
boolean identified,
boolean all_containers,
boolean reportempty)
{
register struct obj *box, *obj;
char buf[BUFSZ];