diff --git a/node/icecast.go b/node/icecast.go
index f973d8f306b7f8b360898a7e7c5ed3f815df5731..e34eb5590cb59efe18e808ba3b6bad62446a447f 100644
--- a/node/icecast.go
+++ b/node/icecast.go
@@ -17,9 +17,9 @@ var (
 )
 
 type IcecastStatus struct {
-	XMLName xml.Name             `xml:"status",json:"-"`
+	XMLName xml.Name                     `xml:"status",json:"-"`
 	Mounts  []radioai.IcecastMountStatus `xml:"mount"`
-	Up bool
+	Up      bool
 }
 
 type IcecastController struct {