diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:41:13 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:41:13 -0600 |
commit | 35d2c5f6e3fc33585d5ce3d9afd450a275215a8e (patch) | |
tree | 63936db762201a6cf6e54f8827d50b2d3874772a | |
parent | 6c03a548816897164daa0ba8e22a8c03b9d9e77d (diff) | |
download | kshowmail-35d2c5f6e3fc33585d5ce3d9afd450a275215a8e.tar.gz kshowmail-35d2c5f6e3fc33585d5ce3d9afd450a275215a8e.zip |
Add end-of-file newlines.
-rw-r--r-- | kshowmail/configelem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kshowmail/configelem.cpp b/kshowmail/configelem.cpp index 2b6a8e5..9685763 100644 --- a/kshowmail/configelem.cpp +++ b/kshowmail/configelem.cpp @@ -1756,4 +1756,4 @@ void ConfigElem::slotCommitBeforeRefreshDone(TDEIO::Job *) { //after a commit was send, we start a new refresh cyle refreshMailList(); -}
\ No newline at end of file +} |