Skip to content

Commit

Permalink
0003971: fix some spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfrees committed May 20, 2019
1 parent 150eaca commit 2924cc6
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 290 deletions.
Expand Up @@ -341,7 +341,7 @@ public File[] findEnginePropertiesFiles() {
List<File> propFiles = new ArrayList<File>();
File enginesDir = new File(getEnginesDir());
File[] files = enginesDir.listFiles();
if (files !=null ) {
if (files != null ) {
for (int i = 0; i < files.length; i++) {
File file = files[i];
if (file.getName().endsWith(".properties")) {
Expand Down

0 comments on commit 2924cc6

Please sign in to comment.