From 888371881826cdde49b3d5e5e23893675d77abf3 Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Thu, 30 May 2019 18:25:07 +0200 Subject: make endif guard naming consistent --- lib/Core/Memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core/Memory.h') diff --git a/lib/Core/Memory.h b/lib/Core/Memory.h index 47dd892a..3558c96c 100644 --- a/lib/Core/Memory.h +++ b/lib/Core/Memory.h @@ -246,4 +246,4 @@ private: } // End klee namespace -#endif +#endif /* KLEE_MEMORY_H */ -- cgit 1.4.1