mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-05 21:11:02 +02:00
Prefer two spaces over a tab
Goes with BroadOn's presumed XML standards.
This commit is contained in:
parent
80601c7788
commit
e1325a2681
2
utils.go
2
utils.go
@ -185,7 +185,7 @@ func (e *Envelope) becomeXML() (bool, string) {
|
|||||||
|
|
||||||
// If we're in debug mode, pretty print XML.
|
// If we're in debug mode, pretty print XML.
|
||||||
if isDebug {
|
if isDebug {
|
||||||
contents, err = xml.MarshalIndent(e, "", "\t")
|
contents, err = xml.MarshalIndent(e, "", " ")
|
||||||
} else {
|
} else {
|
||||||
contents, err = xml.Marshal(e)
|
contents, err = xml.Marshal(e)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user