about summary refs log tree commit diff
path: root/src/engine/shared
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-07-30 18:29:40 +0200
committeroy <Tom_Adams@web.de>2011-07-30 18:29:40 +0200
commit94bdd95957af0f66da06275df2bcd041a75a3014 (patch)
treee9b13b8c6bdb8b34f72badc5b2bf8c70e19099c7 /src/engine/shared
parente2664c1b00e24158c3e9cee02ab517935be2f8c9 (diff)
downloadzcatch-94bdd95957af0f66da06275df2bcd041a75a3014.tar.gz
zcatch-94bdd95957af0f66da06275df2bcd041a75a3014.zip
added missing newlines at end of 2 files
Diffstat (limited to 'src/engine/shared')
-rw-r--r--src/engine/shared/filecollection.cpp2
-rw-r--r--src/engine/shared/filecollection.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/shared/filecollection.cpp b/src/engine/shared/filecollection.cpp
index c7db92a6..622534f2 100644
--- a/src/engine/shared/filecollection.cpp
+++ b/src/engine/shared/filecollection.cpp
@@ -183,4 +183,4 @@ int CFileCollection::FilelistCallback(const char *pFilename, int IsDir, int Stor
 	pThis->AddEntry(Timestamp);
 
 	return 0;
-}
\ No newline at end of file
+}
diff --git a/src/engine/shared/filecollection.h b/src/engine/shared/filecollection.h
index c7548a8b..ac633892 100644
--- a/src/engine/shared/filecollection.h
+++ b/src/engine/shared/filecollection.h
@@ -32,4 +32,4 @@ public:
 	static int FilelistCallback(const char *pFilename, int IsDir, int StorageType, void *pUser);
 };
 
-#endif
\ No newline at end of file
+#endif