Enable checkstyle for other non-source files
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / run.bat
index 79a00f33e429db354b34e69a176e9b2a428b595c..6fb9f0655cc4bbfe310dfac27d4354f7160710f3 100644 (file)
@@ -2,7 +2,7 @@
 SETLOCAL
 SETLOCAL ENABLEDELAYEDEXPANSION
 IF EXIST "%JAVA_HOME%" (
-               set basedir=%~dp0
+        set basedir=%~dp0
 REM       Now set the classpath:
                 set cp="!basedir!lib\org.eclipse.osgi-3.8.1.v20120830-144521.jar;!basedir!lib\org.eclipse.virgo.kernel.equinox.extensions-3.6.0.RELEASE.jar;!basedir!lib\org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar"
 
@@ -19,4 +19,4 @@ REM echo %JAVA_HOME%\bin\java.exe %* -Djava.io.tmpdir=!basedir!work\tmp -Dosgi.i
     ECHO JAVA_HOME environment variable is not set
     PAUSE
 )
-ENDLOCAL
\ No newline at end of file
+ENDLOCAL