pep8analysis: minor indentation fix
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 26 Jun 2014 00:38:20 +0000 (20:38 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 27 Jun 2014 13:41:51 +0000 (09:41 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/pep8analysis/www/index.html

index d939ef1..6fc2131 100644 (file)
@@ -43,7 +43,7 @@
 
                        // Invoke the full Nit program
                        Module = Pep8Module
-               ret = Module['callMain']([input])
+                       ret = Module['callMain']([input])
 
                        // Shot and set color of output console
                        $("#consolePanel").removeClass("panel-success panel-warning panel-danger")