Browse Source

formatting

Dave Schuyler 21 years ago
parent
commit
a44e372fa5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dtool/src/dtoolutil/filename.cxx

+ 0 - 2
dtool/src/dtoolutil/filename.cxx

@@ -1022,12 +1022,10 @@ resolve_filename(const DSearchPath &searchpath,
         found = searchpath.find_file(try_ext.get_fullpath());
       }
     }
-
   } else {
     if (exists()) {
       // The full pathname exists.  Return true.
       return true;
-
     } else {
       // The full pathname doesn't exist with the given extension;
       // does it exist with the default extension?