From 2f8e68bd7ea3523977567369056c4b3e67e44fdc Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Thu, 15 May 2014 13:23:31 -0400
Subject: [PATCH] Fix whitespace

---
 contrib/pg_upgrade/version.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/pg_upgrade/version.c b/contrib/pg_upgrade/version.c
index e064e38d83e..0f9dc079b21 100644
--- a/contrib/pg_upgrade/version.c
+++ b/contrib/pg_upgrade/version.c
@@ -93,7 +93,7 @@ new_9_0_populate_pg_largeobject_metadata(ClusterInfo *cluster, bool check_mode)
  * old_9_3_check_for_line_data_type_usage()
  *	9.3 -> 9.4
  *	Fully implement the 'line' data type in 9.4, which previously returned
- *	"not enabled" by default and was only functionally enabled with a 
+ *	"not enabled" by default and was only functionally enabled with a
  *	compile-time switch;  9.4 "line" has different binary and text
  *	representation formats;  checks tables and indexes.
  */