diff --git a/includes/discovery/os/sentry3.inc.php b/includes/discovery/os/sentry3.inc.php index 2f1b2b2bb..f57160905 100644 --- a/includes/discovery/os/sentry3.inc.php +++ b/includes/discovery/os/sentry3.inc.php @@ -5,12 +5,4 @@ if (!$os) if (preg_match("/^Sentry\ Switched /", $sysDescr)) { $os = "sentry3"; } } -?> - +?> \ No newline at end of file diff --git a/includes/polling/os/sentry3.inc.php b/includes/polling/os/sentry3.inc.php index dcf9204f5..a177761db 100644 --- a/includes/polling/os/sentry3.inc.php +++ b/includes/polling/os/sentry3.inc.php @@ -10,17 +10,4 @@ $version = snmp_get($device, "systemVersion.0", "-Ovq", "Sentry3-MIB"); $version = preg_split('/Sentry\ Switched\ CDU\ Version/', $version); $version = $version[1]; -?> - \ No newline at end of file