From ffb3d9d53a7eb87af889e17f6626c9df72ddd0cc Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Thu, 30 Jul 2015 00:28:35 -0500 Subject: [PATCH] fix whitespace --- usr/local/www/diag_dump_states.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php index 19f17dbbe1..beb2bce4ef 100755 --- a/usr/local/www/diag_dump_states.php +++ b/usr/local/www/diag_dump_states.php @@ -197,15 +197,15 @@ while ($line = chop(fgets($fd))) { $ends = preg_split("/\?/", $info); $parts = explode(":", $ends[0]); if (strstr($info, "->")) { - $srcip = trim($parts[0]); + $srcip = trim($parts[0]); } else { - $dstip = trim($parts[0]); + $dstip = trim($parts[0]); } $parts = explode(":", $ends[count($ends) - 1]); if (strstr($info, "->")) { - $dstip = trim($parts[0]); + $dstip = trim($parts[0]); } else { - $srcip = trim($parts[0]); + $srcip = trim($parts[0]); } ?>