From: Pasi Kallinen Date: Fri, 15 Jan 2016 11:02:42 +0000 (+0200) Subject: Minor formatting fix X-Git-Tag: NetHack-3.6.1_RC01~1021 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17a4fc4492f45e0ba0a6942aae4d56f8b6d288c2;p=nethack Minor formatting fix --- diff --git a/src/hack.c b/src/hack.c index 098546579..6ce28907a 100644 --- a/src/hack.c +++ b/src/hack.c @@ -620,9 +620,10 @@ register xchar x, y; /* caller has already decided that it's a tight diagonal; check whether a monster--who might be the hero--can fit through, and if not then return - the reason why: 1: can't fit, 2: possessions won't fit, 3: sokoban */ -int /* returns 0 if we can squeeze through */ - cant_squeeze_thru(mon) + the reason why: 1: can't fit, 2: possessions won't fit, 3: sokoban + returns 0 if we can squeeze through */ +int +cant_squeeze_thru(mon) struct monst *mon; { int amt;