]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/RearrangePhotosFunction.java
Version 18, July 2015
[GpsPrune.git] / tim / prune / function / RearrangePhotosFunction.java
index 466cd668230a023705f56b001836a0638b405e3d..e278dbeb71b8e24933a0a4e843bc99c9ddb86075 100644 (file)
@@ -89,7 +89,7 @@ public class RearrangePhotosFunction extends RearrangeFunction
                                System.arraycopy(nonPhotos, 0, neworder, 0, numNonPhotos);
                                System.arraycopy(photos, 0, neworder, numNonPhotos, numPhotos);
                        }
                                System.arraycopy(nonPhotos, 0, neworder, 0, numNonPhotos);
                                System.arraycopy(photos, 0, neworder, numNonPhotos, numPhotos);
                        }
-                       
+
                        // Give track the new point order
                        pointsChanged = track.replaceContents(neworder);
                }
                        // Give track the new point order
                        pointsChanged = track.replaceContents(neworder);
                }