Add a missing space in the xen dracut config
otherwise dracut complains quite loudly:
```
# dracut -f
/etc/dracut.conf.d/xen.conf:add_drivers+="xen-netfront xen-blkfront "
dracut: WARNING: <key>+=" <values> ": <values> should have surrounding white spaces!
dracut: WARNING: This will lead to unwanted side effects! Please fix the configuration file.
```