diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:26:48 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:26:48 -0600 |
commit | bbb4245ef5d13d066a7b5dfb35c40ab17172cb5f (patch) | |
tree | 5e1d1259a74bb710757aa172b64060e5c85e4db0 | |
parent | e0f10aca7b562449b6bccf94be0700bd4b12aab0 (diff) | |
download | krecipes-bbb4245ef5d13d066a7b5dfb35c40ab17172cb5f.tar.gz krecipes-bbb4245ef5d13d066a7b5dfb35c40ab17172cb5f.zip |
Add end-of-file newlines.
-rw-r--r-- | krecipes/src/datablocks/elementlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |