From 1fb5987254f1e60d1ca3269e84df750f2a4602a2 Mon Sep 17 00:00:00 2001
From: root <root@Leno>
Date: Sat, 29 Jun 2019 22:11:42 +0100
Subject: [PATCH] update

---
 src/CommonSOG.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/CommonSOG.h b/src/CommonSOG.h
index c1480c4..229e5b8 100644
--- a/src/CommonSOG.h
+++ b/src/CommonSOG.h
@@ -12,7 +12,9 @@ class LDDState;
 typedef pair<LDDState *, MDD> couple;
 typedef pair<couple, Set> Pair;
 typedef stack<Pair> pile;
+
 class LDDGraph;
+
 class CommonSOG
 {
     public:
-- 
GitLab