From e15c0d801f9b989ec93d44a5af12b1d6fbffbeaa Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sat, 2 Mar 2002 00:57:52 +0000 Subject: [PATCH] code sync nitpick The cvs sources had a single space difference from nh-patches sources. --- src/vision.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vision.c b/src/vision.c index 1cbac51b6..b807bea2c 100644 --- a/src/vision.c +++ b/src/vision.c @@ -801,7 +801,7 @@ skip: * program_state.panicking == 1 under those circumstances */ if (!program_state.panicking) - newsym(u.ux,u.uy); /* Make sure the hero shows up! */ + newsym(u.ux, u.uy); /* Make sure the hero shows up! */ /* Set the new min and max pointers. */ viz_rmin = next_rmin;