diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:04:31 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:04:31 -0600 |
commit | d4c4140b6667a35cf7d0e604006e94b52e5b17a0 (patch) | |
tree | fc6b8f6c9037a0d0f60e50a63e861a671752734e /drkonqi | |
parent | 90f1f50f00651f7bc9f8acf50556968b4288400d (diff) | |
download | tdebase-d4c4140b6667a35cf7d0e604006e94b52e5b17a0.tar.gz tdebase-d4c4140b6667a35cf7d0e604006e94b52e5b17a0.zip |
Add end-of-file newlines.
Diffstat (limited to 'drkonqi')
-rw-r--r-- | drkonqi/crashtest.cpp | 2 | ||||
-rw-r--r-- | drkonqi/crashtest.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drkonqi/crashtest.cpp b/drkonqi/crashtest.cpp index ff38fae24..f1ff70df4 100644 --- a/drkonqi/crashtest.cpp +++ b/drkonqi/crashtest.cpp @@ -119,4 +119,4 @@ int main(int argc, char *argv[]) return app.exec(); } -#include "crashtest.moc"
\ No newline at end of file +#include "crashtest.moc" diff --git a/drkonqi/crashtest.h b/drkonqi/crashtest.h index 482c410ca..a3fe0cb2a 100644 --- a/drkonqi/crashtest.h +++ b/drkonqi/crashtest.h @@ -37,4 +37,4 @@ class WorkerObject : public TQObject void run(); }; -#endif // CRASHTEST_H
\ No newline at end of file +#endif // CRASHTEST_H |