Explorer; libede: Fixes to compile, warnings; fixed single window coming up when...
[ede] / explorer / src / DeleteBox.ec
index d9c2d08..e91f52c 100644 (file)
@@ -14,7 +14,7 @@ public:
    ListBox source;
 
 private:
-   
+
    ListBox list
    {
       parent = this, borderStyle = deep, hasVertScroll = true, hasHorzScroll = true;
@@ -73,7 +73,7 @@ private:
             }
             // what if a child of some parent was added before that parent, should check to remove
             // or is it imposible to get the backwards order from GetMultiSelection
-            
+
             //for(branch = (ExplorerFileBranch)row.tag; branch; branch = branch.parent)
             //   branches.Add(branch);
          }
@@ -94,11 +94,11 @@ private:
                parent.DuplicateChildren(true, true, root, list);
             }
          }
-         
+
          */
          /*
          copies.count = branches.count;
-         
+
          {
             bool added = true;
             uint b;