about summary refs log tree commit diff homepage
path: root/include/expr
diff options
context:
space:
mode:
Diffstat (limited to 'include/expr')
-rw-r--r--include/expr/Lexer.h2
-rw-r--r--include/expr/Parser.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/expr/Lexer.h b/include/expr/Lexer.h
index 75dde388..14ae7f85 100644
--- a/include/expr/Lexer.h
+++ b/include/expr/Lexer.h
@@ -118,4 +118,4 @@ namespace expr {
 }
 }
 
-#endif
+#endif /* KLEE_LEXER_H */
diff --git a/include/expr/Parser.h b/include/expr/Parser.h
index 20e6047f..6a34b8d0 100644
--- a/include/expr/Parser.h
+++ b/include/expr/Parser.h
@@ -234,4 +234,4 @@ namespace expr {
 }
 }
 
-#endif
+#endif /* KLEE_PARSER_H */