diff --git a/html/includes/graphs/application/ups-apcups_charge.inc.php b/html/includes/graphs/application/ups-apcups_charge.inc.php
index 47e208d7dd..2272b2cda6 100644
--- a/html/includes/graphs/application/ups-apcups_charge.inc.php
+++ b/html/includes/graphs/application/ups-apcups_charge.inc.php
@@ -30,4 +30,4 @@ $ups_apcups = rrd_name($device['hostname'], array('app', 'ups-apcups', $app['ap
if (rrdtool_check_rrd_exists($ups_apcups)) {
$rrd_filename = $ups_apcups;
}
-require 'includes/graphs/generic_simplex.inc.php';
\ No newline at end of file
+require 'includes/graphs/generic_simplex.inc.php';
diff --git a/html/includes/graphs/application/ups-apcups_load.inc.php b/html/includes/graphs/application/ups-apcups_load.inc.php
index 864823f0b9..016e872c17 100644
--- a/html/includes/graphs/application/ups-apcups_load.inc.php
+++ b/html/includes/graphs/application/ups-apcups_load.inc.php
@@ -30,4 +30,4 @@ $ups_apcups = rrd_name($device['hostname'], array('app', 'ups-apcups', $app['ap
if (rrdtool_check_rrd_exists($ups_apcups)) {
$rrd_filename = $ups_apcups;
}
-require 'includes/graphs/generic_simplex.inc.php';
\ No newline at end of file
+require 'includes/graphs/generic_simplex.inc.php';
diff --git a/html/includes/graphs/application/ups-apcups_remaining.inc.php b/html/includes/graphs/application/ups-apcups_remaining.inc.php
index bead637952..6b79e9a8e7 100644
--- a/html/includes/graphs/application/ups-apcups_remaining.inc.php
+++ b/html/includes/graphs/application/ups-apcups_remaining.inc.php
@@ -30,4 +30,4 @@ $ups_apcups = rrd_name($device['hostname'], array('app', 'ups-apcups', $app['ap
if (rrdtool_check_rrd_exists($ups_apcups)) {
$rrd_filename = $ups_apcups;
}
-require 'includes/graphs/generic_simplex.inc.php';
\ No newline at end of file
+require 'includes/graphs/generic_simplex.inc.php';
diff --git a/html/includes/graphs/application/ups-apcups_voltage_battery.inc.php b/html/includes/graphs/application/ups-apcups_voltage_battery.inc.php
index 43fcfe6737..3c02c62a3f 100644
--- a/html/includes/graphs/application/ups-apcups_voltage_battery.inc.php
+++ b/html/includes/graphs/application/ups-apcups_voltage_battery.inc.php
@@ -46,4 +46,4 @@ if (rrdtool_check_rrd_exists($rrd_filename)) {
} else {
echo "file missing: $rrd_filename";
}
-require 'includes/graphs/generic_v3_multiline_float.inc.php';
\ No newline at end of file
+require 'includes/graphs/generic_v3_multiline_float.inc.php';
diff --git a/html/includes/graphs/application/ups-apcups_voltage_input.inc.php b/html/includes/graphs/application/ups-apcups_voltage_input.inc.php
index 0f7b94fa2f..994f35ff55 100644
--- a/html/includes/graphs/application/ups-apcups_voltage_input.inc.php
+++ b/html/includes/graphs/application/ups-apcups_voltage_input.inc.php
@@ -46,4 +46,4 @@ if (rrdtool_check_rrd_exists($rrd_filename)) {
} else {
echo "file missing: $rrd_filename";
}
-require 'includes/graphs/generic_v3_multiline_float.inc.php';
\ No newline at end of file
+require 'includes/graphs/generic_v3_multiline_float.inc.php';
diff --git a/html/pages/device/apps/ups-apcups.inc.php b/html/pages/device/apps/ups-apcups.inc.php
index 8efbc9b015..df960e39e2 100644
--- a/html/pages/device/apps/ups-apcups.inc.php
+++ b/html/pages/device/apps/ups-apcups.inc.php
@@ -44,4 +44,4 @@ foreach ($graphs as $key => $text) {
echo '';
echo '';
echo '';
-}
\ No newline at end of file
+}