Skip to content

Commit f9aa7eb

Browse files
committed
Sniffer doesn't like my spacing...
1 parent 0b88bd9 commit f9aa7eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

controller/main.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,11 +553,11 @@ private function display_pb()
553553
$prune_month = $this->request->variable('pruning_months', 0);
554554
for ($i = 1; $i < 7; $i++)
555555
{
556-
if(isset($data['snippet_prune_on']) && isset($data['snippet_time']))
556+
if (isset($data['snippet_prune_on']) && isset($data['snippet_time']))
557557
{
558558
$selected = ($data['snippet_prune_on'] - $data['snippet_time'] == $i * $this::SECONDS_MONTH) ? ' selected="selected"' : '';
559559
}
560-
else if($prune_month)
560+
else if ($prune_month)
561561
{
562562
$selected = ($i == $prune_month) ? ' selected="selected"' : '';
563563
}

0 commit comments

Comments
 (0)