From e18757d748bd08db65e518a9850888b2ee39007e Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Thu, 22 Apr 2010 21:00:35 +0000 Subject: [PATCH] added newline al end of files git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4293 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- include/IPhreeqc.hpp | 2 +- src/IPhreeqcLib.cpp | 1 - src/fwrap3.cpp | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/IPhreeqc.hpp b/include/IPhreeqc.hpp index f9adb75e..6262d67c 100644 --- a/include/IPhreeqc.hpp +++ b/include/IPhreeqc.hpp @@ -149,4 +149,4 @@ private: IPhreeqc& operator=(const IPhreeqc&); }; -#endif // INC_IPHREEQC_HPP \ No newline at end of file +#endif // INC_IPHREEQC_HPP diff --git a/src/IPhreeqcLib.cpp b/src/IPhreeqcLib.cpp index 04d26ccc..8ed5252c 100644 --- a/src/IPhreeqcLib.cpp +++ b/src/IPhreeqcLib.cpp @@ -587,4 +587,3 @@ IPhreeqcLib::GetInstance(int id) } return 0; } - diff --git a/src/fwrap3.cpp b/src/fwrap3.cpp index 5c1556cb..bf87476b 100644 --- a/src/fwrap3.cpp +++ b/src/fwrap3.cpp @@ -131,4 +131,4 @@ DLL_EXPORT int getselectedoutputvalue_(int *id, int *row, int *col, int *vtype, } #endif -#endif \ No newline at end of file +#endif