From 0851fa158b9b3097b85a3095fb279d9220f8f1eb Mon Sep 17 00:00:00 2001
From: aht2nguy <aht2nguy@student.cs.uwaterloo.ca>
Date: Sun, 20 May 2018 10:41:58 -0400
Subject: [PATCH] hehehe

---
 include/task-descriptor.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/task-descriptor.h b/include/task-descriptor.h
index 5dba2ea..fefec34 100644
--- a/include/task-descriptor.h
+++ b/include/task-descriptor.h
@@ -7,7 +7,7 @@ typedef enum taskstate {
     Active, 
     Ready, 
     Blocked
-} State;
+}State;
 
 typedef enum prioritylvl {
     Prio0,
@@ -18,7 +18,7 @@ typedef enum prioritylvl {
     Prio5,
     Prio6,
     Prio7
-} PrioLvl;
+}PrioLvl;
 
 typedef struct taskDescriptor {
     int TaskID;
@@ -31,7 +31,7 @@ typedef struct taskDescriptor {
     char* Stack;
     TD* Parent;
     Request* Req;
-} TD;
+}TD;
 
 int isTaskAlive(int TaskID);
 
-- 
GitLab