aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/perf_monitoring
diff options
context:
space:
mode:
authorGravatar Aaron Franke <arnfranke@yahoo.com>2020-03-21 21:30:06 -0400
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2020-03-23 18:09:02 +0000
commit5c22c7a7de55eeeafbf53e38711617238e61194a (patch)
tree9f681d15cfae9003814e123a9ab67b0d1497c9cf /bench/perf_monitoring
parent5afdaa473a900f8fefd085b48a73453230d47659 (diff)
Make file formatting comply with POSIX and Unix standards
UTF-8, LF, no BOM, and newlines at the end of files
Diffstat (limited to 'bench/perf_monitoring')
-rw-r--r--bench/perf_monitoring/resources/chart_footer.html2
-rw-r--r--bench/perf_monitoring/resources/chart_header.html1
2 files changed, 1 insertions, 2 deletions
diff --git a/bench/perf_monitoring/resources/chart_footer.html b/bench/perf_monitoring/resources/chart_footer.html
index e8ef0a270..a96cdb898 100644
--- a/bench/perf_monitoring/resources/chart_footer.html
+++ b/bench/perf_monitoring/resources/chart_footer.html
@@ -38,4 +38,4 @@
nv.utils.windowResize(chart.update);
</script>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/bench/perf_monitoring/resources/chart_header.html b/bench/perf_monitoring/resources/chart_header.html
index bb9ddffdd..27eb02e54 100644
--- a/bench/perf_monitoring/resources/chart_header.html
+++ b/bench/perf_monitoring/resources/chart_header.html
@@ -43,4 +43,3 @@
<body>
<svg id='chart'></svg>
<script type='text/javascript'>
- \ No newline at end of file