From 7c0ccf0b65333baccbe147612221ca50043a1022 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Sat, 23 Oct 2021 02:09:29 +0000
Subject: [PATCH] Update dis_electrons.cxx: semicolons

---
 benchmarks/dis/analysis/dis_electrons.cxx | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/benchmarks/dis/analysis/dis_electrons.cxx b/benchmarks/dis/analysis/dis_electrons.cxx
index 1cdc48e9..88bcf8ad 100644
--- a/benchmarks/dis/analysis/dis_electrons.cxx
+++ b/benchmarks/dis/analysis/dis_electrons.cxx
@@ -130,9 +130,9 @@ int dis_electrons(const std::string& config_name)
     h2.SetLineColor(common_bench::plot::kMpOrange);
     h2.SetLineWidth(2);
     h3.SetLineColor(common_bench::plot::kMpRed);
-    h3.SetLineWidth(2)
+    h3.SetLineWidth(2);
     h4.SetLineColor(common_bench::plot::kMpGreen);
-    h4.SetLineWidth(2)
+    h4.SetLineWidth(2);
     // axes
     h1.GetXaxis()->CenterTitle();
     h1.GetYaxis()->CenterTitle();
@@ -169,9 +169,9 @@ int dis_electrons(const std::string& config_name)
     h1.SetLineColor(common_bench::plot::kMpBlue);
     h1.SetLineWidth(2);
     h2.SetLineColor(common_bench::plot::kMpOrange);
-    h2.SetLineWidth(2)
+    h2.SetLineWidth(2);
     h3.SetLineColor(common_bench::plot::kMpRed);
-    h3.SetLineWidth(2)
+    h3.SetLineWidth(2);
     // axes
     h1.GetXaxis()->CenterTitle();
     h1.GetYaxis()->CenterTitle();
@@ -200,9 +200,9 @@ int dis_electrons(const std::string& config_name)
     h2.SetLineColor(common_bench::plot::kMpOrange);
     h2.SetLineWidth(2);
     h3.SetLineColor(common_bench::plot::kMpRed);
-    h3.SetLineWidth(2)
+    h3.SetLineWidth(2);
     h4.SetLineColor(common_bench::plot::kMpGreen);
-    h4.SetLineWidth(2)
+    h4.SetLineWidth(2);
     // axes
     h1.GetXaxis()->CenterTitle();
     h1.GetYaxis()->CenterTitle();
@@ -239,9 +239,9 @@ int dis_electrons(const std::string& config_name)
     h1.SetLineColor(common_bench::plot::kMpBlue);
     h1.SetLineWidth(2);
     h2.SetLineColor(common_bench::plot::kMpOrange);
-    h2.SetLineWidth(2)
+    h2.SetLineWidth(2);
     h3.SetLineColor(common_bench::plot::kMpRed);
-    h3.SetLineWidth(2)
+    h3.SetLineWidth(2);
     // axes
     h1.GetXaxis()->CenterTitle();
     h1.GetYaxis()->CenterTitle();
-- 
GitLab