From: Jean Privat Date: Wed, 26 Aug 2015 19:22:06 +0000 (-0400) Subject: emscripten: fix whitespaces X-Git-Tag: v0.7.8~65^2~12 X-Git-Url: http://nitlanguage.org emscripten: fix whitespaces Signed-off-by: Jean Privat --- 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

- +