From c56359e15d1cfa934e8ae7acfec1e8145e9a55f6 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Thu, 24 Apr 2014 07:49:59 +0200
Subject: [PATCH] fix typos

---
 alib2/src/regexp/RegExpEpsilon.cpp        | 1 -
 alib2/src/regexp/RegExpFromStringLexer.h  | 6 +++---
 alib2/src/regexp/RegExpFromStringParser.h | 1 +
 alib2/src/regexp/RegExpFromXMLParser.h    | 3 ++-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/alib2/src/regexp/RegExpEpsilon.cpp b/alib2/src/regexp/RegExpEpsilon.cpp
index 46e6e15f41..caeddb7861 100644
--- a/alib2/src/regexp/RegExpEpsilon.cpp
+++ b/alib2/src/regexp/RegExpEpsilon.cpp
@@ -67,4 +67,3 @@ bool RegExpEpsilon::isEmpty() const {
 }
 
 } /* namespace regexp */
-
diff --git a/alib2/src/regexp/RegExpFromStringLexer.h b/alib2/src/regexp/RegExpFromStringLexer.h
index 87eb0e47eb..8831aa69a6 100644
--- a/alib2/src/regexp/RegExpFromStringLexer.h
+++ b/alib2/src/regexp/RegExpFromStringLexer.h
@@ -1,5 +1,5 @@
-#ifndef __REG_EXP_FROM_STRING_LEXER_H_
-#define __REG_EXP_FROM_STRING_LEXER_H_
+#ifndef REG_EXP_FROM_STRING_LEXER_H_
+#define REG_EXP_FROM_STRING_LEXER_H_
 
 #include <string>
 #include <sstream>
@@ -36,4 +36,4 @@ public:
 
 } /* namespace regexp */
 
-#endif /* __REG_EXP_FROM_STRING_LEXER_H */
\ No newline at end of file
+#endif /* REG_EXP_FROM_STRING_LEXER_H */
\ No newline at end of file
diff --git a/alib2/src/regexp/RegExpFromStringParser.h b/alib2/src/regexp/RegExpFromStringParser.h
index b91969632e..277c61768a 100644
--- a/alib2/src/regexp/RegExpFromStringParser.h
+++ b/alib2/src/regexp/RegExpFromStringParser.h
@@ -36,4 +36,5 @@ public:
 };
 
 } /* namespace regexp */
+
 #endif /* REG_EXP_FROM_STRING_PARSER_H_ */
diff --git a/alib2/src/regexp/RegExpFromXMLParser.h b/alib2/src/regexp/RegExpFromXMLParser.h
index 7fa7643398..d77840db45 100644
--- a/alib2/src/regexp/RegExpFromXMLParser.h
+++ b/alib2/src/regexp/RegExpFromXMLParser.h
@@ -40,4 +40,5 @@ public:
 };
 
 } /* namespace regexp */
-#endif /* REG_EXP_FROM_PARSER_H_ */
+
+#endif /* REG_EXP_FROM_XML_PARSER_H_ */
-- 
GitLab