openpower: Fix _appends with missing space

These _appends can potentially crowd their neighboring entries.

Change-Id: I1dae77f9a17744110175916935c01773708652b0
Tested: Built a witherspoon image
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-zaius/conf/machine/zaius.conf b/meta-zaius/conf/machine/zaius.conf
index f337113..2216dc1 100644
--- a/meta-zaius/conf/machine/zaius.conf
+++ b/meta-zaius/conf/machine/zaius.conf
@@ -5,7 +5,7 @@
 
 FLASH_SIZE = "65536"
 
-DISTRO_FEATURES_append = "\
+DISTRO_FEATURES_append = " \
         obmc-openpower \
         obmc-openpower-extra \
         obmc-openpower-legacy \