cleaned all trailing white space from source files.
[sdk] / eda / libeda / src / MemoryEDB.ec
index 3ce1ea6..c51d010 100644 (file)
@@ -3,7 +3,7 @@ import "EDB"
 static class EDBMemoryDataSource : DataSourceDriver
 {
    class_property(name) = "MemoryEDB";
-   
+
    Database OpenDatabase(const String name, CreateOptions createOptions, DataSource ds)
    {
       return EDBDatabase { path = null, archive = ArchiveOpen(null, ArchiveOpenFlags { true }) };