dunfell: remove extra spaces

(From meta-phosphor rev: 3879a72e2164291102fc82c6ddfe7890d412d8bf)

Change-Id: I02c4fe25fc5866dd2efb5dd0093be516e902ec74
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-devtools/python/python-pygobject_2.28.7.bb b/meta-phosphor/recipes-devtools/python/python-pygobject_2.28.7.bb
index c6fb6fe..73ac563 100644
--- a/meta-phosphor/recipes-devtools/python/python-pygobject_2.28.7.bb
+++ b/meta-phosphor/recipes-devtools/python/python-pygobject_2.28.7.bb
@@ -16,7 +16,7 @@
 "
 
 # libtool-native doesn't have fixinstall.patch applied which means
-# that libs get relinked at installation time. This triggers a 
+# that libs get relinked at installation time. This triggers a
 # relinking along the lines of:
 # gcc -L/tmp/foo/media/build1/poky/build/tmp/sysroots/x86_64-linux/usr/lib -lpyglib-2.0-python -o .libs/_glib.so
 # where /tmp/foo is DESTDIR and pyglib-2.0-python may be installed/reinstalled
@@ -24,7 +24,7 @@
 # If this happens between the handoff between gcc and ld, you can see:
 # /bin/ld: cannot find -lpyglib-2.0-python
 # Adding a dependency rule like  install-pyglibLTLIBRARIES: install-libLTLIBRARIES
-# would be ideal but automake can't cope with that without manually 
+# would be ideal but automake can't cope with that without manually
 # defining the whole function. Give up and disable parallel make in native builds.
 PARALLEL_MAKEINST_class-native = ""