From bbb4245ef5d13d066a7b5dfb35c40ab17172cb5f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 30 Nov 2013 14:26:48 -0600 Subject: [PATCH] Add end-of-file newlines. --- krecipes/src/datablocks/elementlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krecipes/src/datablocks/elementlist.cpp b/krecipes/src/datablocks/elementlist.cpp index 06b28bf..7eca42d 100644 --- a/krecipes/src/datablocks/elementlist.cpp +++ b/krecipes/src/datablocks/elementlist.cpp @@ -99,4 +99,4 @@ ElementList ElementList::split( const TQString &sep, const TQString &str ) } return ret; -} \ No newline at end of file +}