]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d.csg/src/org/simantics/g3d/csg/wizard/CSGExportModel.java
White space clean-up
[simantics/3d.git] / org.simantics.g3d.csg / src / org / simantics / g3d / csg / wizard / CSGExportModel.java
index c1a66a6cbe15916bb35ea62019b0f06639bfc7a7..833a333ff225af722375d694e379e5dd0d9bfa8a 100644 (file)
@@ -17,16 +17,16 @@ import org.simantics.g3d.wizard.IExportModel;
 \r
 public class CSGExportModel extends IExportModel{\r
 \r
-    \r
-    \r
-    public CSGExportModel(Deque<String> recentLocations) {\r
-        super();\r
-        setRecentLocations(recentLocations);\r
-    }\r
-    \r
-    @Override\r
-    public boolean usesFile() {\r
-       return true;\r
-    }\r
+       \r
+       \r
+       public CSGExportModel(Deque<String> recentLocations) {\r
+               super();\r
+               setRecentLocations(recentLocations);\r
+       }\r
+       \r
+       @Override\r
+       public boolean usesFile() {\r
+               return true;\r
+       }\r
 \r
 }\r