altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace
[fw/altos] / altosui / AltosFlashUI.java
index 793a8af3d156dd142c5b8724a486fb71ca99e032..ff9cb95dcc87558b05f5ae79846858232647bc18 100644 (file)
@@ -231,7 +231,7 @@ public class AltosFlashUI
                javax.swing.filechooser.FileFilter ihx_filter = new FileNameExtensionFilter("Flash Image", "ihx");
                hexfile_chooser.addChoosableFileFilter(ihx_filter);
                hexfile_chooser.setFileFilter(ihx_filter);
-               
+
                if (!is_pair_programmed() && !device.matchProduct(AltosLib.product_altusmetrum)) {
                        for (int i = 0; i < filters.length; i++) {
                                if (device != null && device.matchProduct(filters[i].product))
@@ -247,7 +247,7 @@ public class AltosFlashUI
                if (file == null)
                        return false;
                AltosUIPreferences.set_firmwaredir(file.getParentFile());
-               
+
                return true;
        }