remove some useless whitespace
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 26 Jan 2017 23:04:11 +0000 (17:04 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 26 Jan 2017 23:04:11 +0000 (17:04 -0600)
mudsync/gameobj.scm

index 779c092d0abf4ead2d3eb0341367c3bd8325728c..66f617f9db2e70f915b18bb09ca96873286266bd 100644 (file)
@@ -587,8 +587,6 @@ By default, this is whether or not the generally-visible flag is set."
    (else
     (let ((this-thing-name
            (mbody-val (<-wait this-thing 'get-name))))
-      
-
       ;; Wait to announce to the player just in case settting the location
       ;; errors out or something.  Maybe it's overthinking things, I dunno.
       (<-wait this-thing 'set-loc! #:loc (actor-id gameobj))