Replace tabs in java files with spaces
[yangtools.git] / yang / yang-maven-plugin / src / main / java / org / opendaylight / yangtools / yang2sources / plugin / YangToSourcesProcessor.java
index 3de8eef5ebce7c5c2823f1a7213a5b65a966669f..925fc17a7d340251c0f462aaf671526c9cccaf82 100644 (file)
@@ -117,7 +117,7 @@ class YangToSourcesProcessor {
             }
 
             if (allFiles.isEmpty()) {
-               LOG.info("{} No input files found", LOG_PREFIX);
+                LOG.info("{} No input files found", LOG_PREFIX);
                 return null;
             }