GUACAMOLE-1391: Removing whitespace

This commit is contained in:
Bitson
2021-07-29 19:12:26 -05:00
parent b4f75abdb7
commit 234f2cc26f

View File

@@ -18,7 +18,7 @@
under the License.
-->
<user-mapping>
<!-- Per-user authentication and config information -->
<authorize username="USERNAME" password="PASSWORD">
<protocol>vnc</protocol>
@@ -35,7 +35,7 @@
encoding="md5">
<!-- First authorized connection -->
<connection name="localhost">
<connection name="localhost">
<protocol>vnc</protocol>
<param name="hostname">localhost</param>
<param name="port">5901</param>
@@ -43,7 +43,7 @@
</connection>
<!-- Second authorized connection -->
<connection name="otherhost">
<connection name="otherhost">
<protocol>vnc</protocol>
<param name="hostname">otherhost</param>
<param name="port">5900</param>