Ignore:
Timestamp:
2015-06-02T16:40:38+02:00 (9 years ago)
Author:
Don-vip
Message:

remove extra whitespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Utils.java

    r8435 r8443  
    421421     */
    422422    public static boolean deleteDirectory(File path) {
    423         if( path.exists() ) {
     423        if (path.exists()) {
    424424            File[] files = path.listFiles();
    425425            if (files != null) {
Note: See TracChangeset for help on using the changeset viewer.