From 24ce0c58313c3b1ae85e7d6f68eea7040c7509f3 Mon Sep 17 00:00:00 2001
From: Majd Hafiri <majd.hafiri@stud.th-deg.de>
Date: Fri, 4 Jun 2021 13:31:33 +0000
Subject: [PATCH] Update pixel.cpp

---
 pixel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pixel.cpp b/pixel.cpp
index 5f5849a..a6c582b 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -5,7 +5,7 @@
 using namespace std;
 
 typedef ap_axis<32,0,0,0> pkt_t;
-static int counter=0;
+static int counter = 0;
 
 
 void pixel(
-- 
GitLab