]> git.etc.gen.nz Git - spong.git/commitdiff
Misc whitespace changes
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 29 Jan 2003 22:56:25 +0000 (22:56 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 29 Jan 2003 22:56:25 +0000 (22:56 +0000)
src/spong-server.pl

index 464579a791c0478bab2d493389349792fffd13f0..53cbb364f73fb82fa2df14fc4d4647dbbf649035 100755 (executable)
@@ -6,7 +6,7 @@
 # There are one or more update processes that listen for status updates 
 # from client programs.
 
-# $Id: spong-server.pl,v 1.55 2002/10/31 22:56:23 sljohnson Exp $
+# $Id: spong-server.pl,v 1.56 2003/01/29 22:56:25 sljohnson Exp $
 
 use lib "@@LIBDIR@@";
 
@@ -1242,6 +1242,7 @@ sub message_user {
                            $message );
          }
       } elsif ( $SEND_MESSAGE eq "CHANGE" ) {
+
          # If status has changed 
          my $firstrun = 1;
          foreach my $c ('red','yellow','green','clear','purple') {