Skip to content

Commit

Permalink
text tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeljohnson73 committed Mar 26, 2021
1 parent 8932733 commit 9290b1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sh/gstation_tick.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

$now = microTime ( true );
$tsnow = time2Timestamp ( floor ( $now ) );

echo "tick(): " . timestampFormat ( $tsnow, "H:i:s " ) . ": ";
if (isset ( $secs [$k + 1] )) {
$wake = $secs [$k + 1];
Expand Down Expand Up @@ -87,5 +87,4 @@
echo "Log output:\n";
echo $str . "\n";


?>

0 comments on commit 9290b1d

Please sign in to comment.