From 0580ef0c8821663c31d8babd569b8dca1562ebef Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 26 Sep 2016 20:09:09 -0400 Subject: [PATCH] whitespace changes --- web/skins/classic/views/watch.php | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/web/skins/classic/views/watch.php b/web/skins/classic/views/watch.php index 9e815bbf4..7d0439fbc 100644 --- a/web/skins/classic/views/watch.php +++ b/web/skins/classic/views/watch.php @@ -20,16 +20,15 @@ require_once('includes/Monitor.php'); -if ( !canView( 'Stream' ) ) -{ - $view = "error"; - return; +if ( !canView( 'Stream' ) ) { + $view = 'error'; + return; } // This is for input sanitation $mid = intval( $_REQUEST['mid'] ); if ( ! visibleMonitor( $mid ) ) { - $view = "error"; + $view = 'error'; return; } @@ -59,7 +58,7 @@ xhtmlHeaders( __FILE__, $monitor->Name()." - ".translate('Feed') );
-
- -
+
- +