2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

Remove trailing spaces in file xCAT-test/xmlapi/readtblreq.node

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent ce88d66c29
commit 3b7d33ec16

View File

@ -8,24 +8,24 @@
.
.
or <node>ALL</node>
<attr>attribute1</attr>
<attr>attribute2</attr>
<attr>attribute1</attr>
<attr>attribute2</attr>
.
.
.
<attr>attributeN</attr>
<attr>attributeN</attr>
</xcatrequest>
<xcatresponse>
<rows>
<attr>attribute1</attr>
<value>value1</value>
<attr>attribute2</attr>
<attr>attribute2</attr>
<value>value2</value>
.
.
.
.
<attr>attributeN</attr>
<attr>attributeN</attr>
<value>valueN</value>
</rows>
<xcatresponse>