From 25ad5c7e4c0a7dd9d6be6e6bb096c9539caf71ea Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Sun, 10 Jun 2012 10:16:16 +0200 Subject: [PATCH] silence a bunch of no newline at EOF warnings --- modules/base/src/export_helper/pair_to_tuple_conv.hh | 3 ++- modules/base/src/message.cc | 3 ++- modules/base/src/stdint.h | 1 + modules/base/src/stdint.hh | 3 ++- modules/base/src/stdint_msc.hh | 1 + modules/conop/src/chemdict_tool.cc | 3 ++- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/modules/base/src/export_helper/pair_to_tuple_conv.hh b/modules/base/src/export_helper/pair_to_tuple_conv.hh index 90eccdb49..e187b0a92 100644 --- a/modules/base/src/export_helper/pair_to_tuple_conv.hh +++ b/modules/base/src/export_helper/pair_to_tuple_conv.hh @@ -34,4 +34,5 @@ struct PairToTupleConverter { return boost::python::incref(t.ptr()); } }; -} \ No newline at end of file +} + diff --git a/modules/base/src/message.cc b/modules/base/src/message.cc index eff6b1c68..6fc3e6e31 100644 --- a/modules/base/src/message.cc +++ b/modules/base/src/message.cc @@ -40,4 +40,5 @@ const char* Error::what() const throw() return mesg_.c_str(); } -} \ No newline at end of file +} + diff --git a/modules/base/src/stdint.h b/modules/base/src/stdint.h index 59d067302..666e23080 100644 --- a/modules/base/src/stdint.h +++ b/modules/base/src/stdint.h @@ -245,3 +245,4 @@ typedef uint64_t uintmax_t; #endif // _MSC_STDINT_H_ ] + diff --git a/modules/base/src/stdint.hh b/modules/base/src/stdint.hh index be11eb9e1..282a564d9 100644 --- a/modules/base/src/stdint.hh +++ b/modules/base/src/stdint.hh @@ -2,4 +2,5 @@ #include <ost/stdint_msc.hh> #else #include <stdint.h> -#endif \ No newline at end of file +#endif + diff --git a/modules/base/src/stdint_msc.hh b/modules/base/src/stdint_msc.hh index 59d067302..666e23080 100644 --- a/modules/base/src/stdint_msc.hh +++ b/modules/base/src/stdint_msc.hh @@ -245,3 +245,4 @@ typedef uint64_t uintmax_t; #endif // _MSC_STDINT_H_ ] + diff --git a/modules/conop/src/chemdict_tool.cc b/modules/conop/src/chemdict_tool.cc index 6e5720675..9cb34281e 100644 --- a/modules/conop/src/chemdict_tool.cc +++ b/modules/conop/src/chemdict_tool.cc @@ -90,4 +90,5 @@ int main(int argc, char const *argv[]) cdp.Parse(); in_mem_lib->Copy(argv[3]); return 0; -} \ No newline at end of file +} + -- GitLab