about summary refs log tree commit diff
path: root/src/engine/shared
diff options
context:
space:
mode:
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