瀏覽代碼

Removed trailing white space terds

John Dewey 12 年之前
父節點
當前提交
82744aa8ee
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      vnc_auto.html

+ 3 - 3
vnc_auto.html

@@ -2,7 +2,7 @@
 <html>
 <head>
 
-    <!-- 
+    <!--
     noVNC example: simple example using default UI
     Copyright (C) 2012 Joel Martin
     Copyright (C) 2013 Samuel Mannehed for Cendio AB
@@ -128,10 +128,10 @@
             // if port == 80 (or 443) then it won't be present and should be
             // set manually
             if (!port) {
-                if (window.location.protocol.substring(0,5) == 'https') {            
+                if (window.location.protocol.substring(0,5) == 'https') {
                     port = 443;
                 }
-                else if (window.location.protocol.substring(0,4) == 'http') {            
+                else if (window.location.protocol.substring(0,4) == 'http') {
                     port = 80;
                 }
             }