diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:19:21 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:19:21 -0600 |
commit | 8d785c6d7b119cfea6f30de2b47af667a0cd840d (patch) | |
tree | 31029e27719db642b4341e93201e4d3155fa18ac | |
parent | 641370e47b9a2be80152c6516a55144e9be0ff20 (diff) | |
download | tqtinterface-8d785c6d7b119cfea6f30de2b47af667a0cd840d.tar.gz tqtinterface-8d785c6d7b119cfea6f30de2b47af667a0cd840d.zip |
Add end-of-file newlines.
-rw-r--r-- | qtinterface/interface_qt3/private/tqucomextra_p.cpp | 2 | ||||
-rw-r--r-- | qtinterface/iqtimer.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/interface_qt3/private/tqucomextra_p.cpp b/qtinterface/interface_qt3/private/tqucomextra_p.cpp index c9fc62b..5342d47 100644 --- a/qtinterface/interface_qt3/private/tqucomextra_p.cpp +++ b/qtinterface/interface_qt3/private/tqucomextra_p.cpp @@ -24,4 +24,4 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 -#endif
\ No newline at end of file +#endif diff --git a/qtinterface/iqtimer.cpp b/qtinterface/iqtimer.cpp index 0db2d6c..c48774f 100644 --- a/qtinterface/iqtimer.cpp +++ b/qtinterface/iqtimer.cpp @@ -27,4 +27,4 @@ Boston, MA 02110-1301, USA. //class IQTimer : public QTimer {}; //typedef QTimer IQTimer; -#endif
\ No newline at end of file +#endif |