autofs-5.0.6 - fix extra whitespace

From: Ian Kent <ikent@redhat.com>

Remove some extra whitespace added by patch
autofs-5.0.6-add-hup-signal-handling-to-hosts-map.patch
---

 lib/mounts.c           |    2 +-
 modules/lookup_hosts.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/lib/mounts.c b/lib/mounts.c
index ddb855c..3f397a8 100644
--- a/lib/mounts.c
+++ b/lib/mounts.c
@@ -1436,7 +1436,7 @@ static int remount_active_mount(struct autofs_point *ap,
 
 	/* Re-reading the map, set timeout and return */
 	if (ap->state == ST_READMAP) {
-		debug(ap->logopt, "already mounted, update timeout"); 
+		debug(ap->logopt, "already mounted, update timeout");
 		ops->timeout(ap->logopt, fd, timeout);
 		ops->close(ap->logopt, fd);
 		return REMOUNT_READ_MAP;
diff --git a/modules/lookup_hosts.c b/modules/lookup_hosts.c
index 68e2d5c..8a8a34d 100644
--- a/modules/lookup_hosts.c
+++ b/modules/lookup_hosts.c
@@ -195,7 +195,7 @@ static int update_hosts_mounts(struct autofs_point *ap,
 		}
 next:
 		me = cache_lookup_next(mc, me);
-	}	
+	}
 	pthread_cleanup_pop(1);
 
 	pthread_cleanup_push(cache_lock_cleanup, mc);