From 75a40776495dce2cddba6f2d61b2f1d9fc7ad8a6 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Wed, 26 Aug 2015 15:22:06 -0400 Subject: [PATCH] emscripten: fix whitespaces Signed-off-by: Jean Privat --- examples/emscripten/fibonacci/www/index.html | 6 +++--- examples/emscripten/hello_world/www/index.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/emscripten/fibonacci/www/index.html b/examples/emscripten/fibonacci/www/index.html index a632465..6cb297c 100644 --- a/examples/emscripten/fibonacci/www/index.html +++ b/examples/emscripten/fibonacci/www/index.html @@ -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. --> @@ -46,7 +46,7 @@ var input = $("#in").val(); // Invoke the full Nit program - ret = Module['callMain']([input]); + ret = Module['callMain']([input]); } @@ -65,7 +65,7 @@

Program Output

- + diff --git a/examples/emscripten/hello_world/www/index.html b/examples/emscripten/hello_world/www/index.html index 0820561..2547945 100644 --- a/examples/emscripten/hello_world/www/index.html +++ b/examples/emscripten/hello_world/www/index.html @@ -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. --> @@ -41,7 +41,7 @@

Program output

- + -- 1.7.9.5