diff options
author | Darrell Anderson <[email protected]> | 2013-11-30 14:18:29 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-11-30 14:18:29 -0600 |
commit | 4bc8816c9485429582190b018a9a9d171c013191 (patch) | |
tree | 8b12fd655053b5966078662f2b3119cb82829055 /kopete/protocols | |
parent | ccd04ffcc2c640ee5b25b8224631354dc86ce59f (diff) | |
download | tdenetwork-4bc8816c9485429582190b018a9a9d171c013191.tar.gz tdenetwork-4bc8816c9485429582190b018a9a9d171c013191.zip |
Add end-of-file newlines.
Diffstat (limited to 'kopete/protocols')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/gwerror.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/jingle/jinglewatchsessiontask.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/gwerror.cpp b/kopete/protocols/groupwise/libgroupwise/gwerror.cpp index f61161d3..8549be72 100644 --- a/kopete/protocols/groupwise/libgroupwise/gwerror.cpp +++ b/kopete/protocols/groupwise/libgroupwise/gwerror.cpp @@ -273,4 +273,4 @@ TQString GroupWise::errorCodeToString( int errorCode ) #endif } return errorString; -}
\ No newline at end of file +} diff --git a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.cpp b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.cpp index 571f9ff6..055c1237 100644 --- a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.cpp +++ b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.cpp @@ -72,4 +72,4 @@ bool JingleWatchSessionTask::take(const TQDomElement &element) return false; } -#include "jinglewatchsessiontask.moc"
\ No newline at end of file +#include "jinglewatchsessiontask.moc" |