From 4af6bdb60b43c6f4416c19605b76969803e48a7d Mon Sep 17 00:00:00 2001
From: kristof <Kristof.Szabados@ericsson.com>
Date: Sat, 8 Apr 2017 15:15:20 +0200
Subject: [PATCH] usually it is a good idea to finish source files with a new
 line

Signed-off-by: kristof <Kristof.Szabados@ericsson.com>
---
 common/openssl_version.c   | 2 +-
 compiler2/DebuggerStuff.cc | 2 +-
 compiler2/XSD_Types.cc     | 2 +-
 core/DebuggerUI.cc         | 2 +-
 core/JSON.cc               | 2 +-
 core/Port.cc               | 2 +-
 core/XER.cc                | 2 +-
 xsdconvert/Constant.cc     | 2 +-
 xsdconvert/RootType.cc     | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/common/openssl_version.c b/common/openssl_version.c
index a5c3636f7..14044af42 100644
--- a/common/openssl_version.c
+++ b/common/openssl_version.c
@@ -27,4 +27,4 @@ const char * openssl_version_str(void) {
 	return OpenSSL_version(OPENSSL_VERSION);
 }
 
-#endif
\ No newline at end of file
+#endif
diff --git a/compiler2/DebuggerStuff.cc b/compiler2/DebuggerStuff.cc
index eb77a87e9..0087a6be8 100644
--- a/compiler2/DebuggerStuff.cc
+++ b/compiler2/DebuggerStuff.cc
@@ -450,4 +450,4 @@ char* generate_code_debugger_function_init(char* str, Common::Assignment* func_a
   return str;
 }
 
-}
\ No newline at end of file
+}
diff --git a/compiler2/XSD_Types.cc b/compiler2/XSD_Types.cc
index cd39af0fb..303a0b47e 100644
--- a/compiler2/XSD_Types.cc
+++ b/compiler2/XSD_Types.cc
@@ -213,4 +213,4 @@ const char * XSD_type_to_xml_type(const XSD_types xsd_type) {
       FATAL_ERROR("XSD_Types::XSD_type_to_xml_type - invalid XSD type");
       return NULL;
   }
-} 
\ No newline at end of file
+}
diff --git a/core/DebuggerUI.cc b/core/DebuggerUI.cc
index 1a5db6932..515690f24 100644
--- a/core/DebuggerUI.cc
+++ b/core/DebuggerUI.cc
@@ -322,4 +322,4 @@ char* TTCN_Debugger_UI::complete_command(const char* p_prefix, int p_state)
   // no match found
   return NULL;
 }
-#endif
\ No newline at end of file
+#endif
diff --git a/core/JSON.cc b/core/JSON.cc
index a3644fc3c..bb5b49191 100644
--- a/core/JSON.cc
+++ b/core/JSON.cc
@@ -62,4 +62,4 @@ const TTCN_JSONdescriptor_t ASN_ROID_json_ = { FALSE, NULL, FALSE, NULL, FALSE }
 
 const TTCN_JSONdescriptor_t ASN_ANY_json_ = { FALSE, NULL, FALSE, NULL, FALSE };
 
-const TTCN_JSONdescriptor_t ENUMERATED_json_ = { FALSE, NULL, FALSE, NULL, FALSE };
\ No newline at end of file
+const TTCN_JSONdescriptor_t ENUMERATED_json_ = { FALSE, NULL, FALSE, NULL, FALSE };
diff --git a/core/Port.cc b/core/Port.cc
index 3ec64918f..844b3ee2a 100644
--- a/core/Port.cc
+++ b/core/Port.cc
@@ -2499,4 +2499,4 @@ boolean PORT::all_check_port_state(const CHARSTRING& type)
     result = port->check_port_state(type);
   }
   return result;
-}
\ No newline at end of file
+}
diff --git a/core/XER.cc b/core/XER.cc
index 7934751c2..81c8d1cd4 100644
--- a/core/XER.cc
+++ b/core/XER.cc
@@ -178,4 +178,4 @@ void check_namespace_restrictions(const XERdescriptor_t& p_td, const char* p_xml
         "The unqualified XML namespace is %s namespace list.", ns_match_allowed ? "not in the allowed" : "in the excluded");
     }
   }
-}
\ No newline at end of file
+}
diff --git a/xsdconvert/Constant.cc b/xsdconvert/Constant.cc
index dffbac2b2..20a3cd485 100644
--- a/xsdconvert/Constant.cc
+++ b/xsdconvert/Constant.cc
@@ -193,4 +193,4 @@ void Constant::dump(const unsigned int depth) const {
   fprintf(stderr, "%*s Constant '%s' -> '%s' with value: '%s' at %p\n", depth * 2, "",
     name.originalValueWoPrefix.c_str(), name.convertedValue.c_str(), value.c_str(),
     (const void*) this);
-}
\ No newline at end of file
+}
diff --git a/xsdconvert/RootType.cc b/xsdconvert/RootType.cc
index 2126b9413..e0c132102 100644
--- a/xsdconvert/RootType.cc
+++ b/xsdconvert/RootType.cc
@@ -297,4 +297,4 @@ void TypeType::checkBuintInTypeReference() {
     printError(t_module->getSchemaname(), t_parser->getActualLineNumber(), Mstring("Cannot find the namespace of type: ") + originalValueWoPrefix);
     t_parser->incrNumErrors();
   }
-}
\ No newline at end of file
+}
-- 
GitLab