Index: applications/editors/josm/plugins/videomapping/test/videotest.java
===================================================================
--- applications/editors/josm/plugins/videomapping/test/videotest.java	(revision 22690)
+++ applications/editors/josm/plugins/videomapping/test/videotest.java	(revision 23193)
@@ -21,22 +21,22 @@
 public class videotest {
 
-	/**
-	 * @param args
-	 */
-	public static void main(String[] args) {
-		final SimpleVideoPlayer sVP = new SimpleVideoPlayer();
-		sVP.setFile(new File("C:\\TEMP\\122_0159.MOV"));
-		//sVP.play(); //FIXME We have a bug so we get out of sync if we jump before the video is up (and this we CAN'T DETECT!!!)
-		/*
-		JButton b = new JButton("jump");
-		b.addActionListener(new ActionListener() {
-			
-			public void actionPerformed(ActionEvent e) {
-				sVP.jump(610000);				
-			}
-		});
-		sVP.add(b);
-		*/
-	}
+    /**
+     * @param args
+     */
+    public static void main(String[] args) {
+        final SimpleVideoPlayer sVP = new SimpleVideoPlayer();
+        sVP.setFile(new File("C:\\TEMP\\122_0159.MOV"));
+        //sVP.play(); //FIXME We have a bug so we get out of sync if we jump before the video is up (and this we CAN'T DETECT!!!)
+        /*
+        JButton b = new JButton("jump");
+        b.addActionListener(new ActionListener() {
+            
+            public void actionPerformed(ActionEvent e) {
+                sVP.jump(610000);               
+            }
+        });
+        sVP.add(b);
+        */
+    }
 
 }
