emscripten: fix whitespaces
authorJean Privat <jean@pryen.org>
Wed, 26 Aug 2015 19:22:06 +0000 (15:22 -0400)
committerJean Privat <jean@pryen.org>
Thu, 27 Aug 2015 15:17:59 +0000 (11:17 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

examples/emscripten/fibonacci/www/index.html
examples/emscripten/hello_world/www/index.html

index a632465..6cb297c 100644 (file)
@@ -13,7 +13,7 @@
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
- limitations under the License. 
+ limitations under the License.
 -->
 <html>
 <head>
@@ -46,7 +46,7 @@
                        var input = $("#in").val();
 
                        // Invoke the full Nit program
-               ret = Module['callMain']([input]);
+                       ret = Module['callMain']([input]);
                }
        </script>
 </head>
@@ -65,7 +65,7 @@
 
        <h2>Program Output</h2>
        <samp id="console"></samp>
-       
+
        <script src="fibonacci.js"></script>
 </div>
 
index 0820561..2547945 100644 (file)
@@ -13,7 +13,7 @@
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
- limitations under the License. 
+ limitations under the License.
 -->
 <html>
 <head>
@@ -41,7 +41,7 @@
 
        <h1>Program output</h1>
        <samp id="console"></samp>
-       
+
        <script src="hello_world.js"></script>
 
 </body>