Fix whitespace
authorPeter Eisentraut <[email protected]>
Fri, 15 Aug 2014 18:52:06 +0000 (14:52 -0400)
committerPeter Eisentraut <[email protected]>
Fri, 15 Aug 2014 18:52:06 +0000 (14:52 -0400)
contrib/pg_upgrade/option.c

index ac73ec11a53d9258630e641cac11c733e72ed127..bb594dd2f6938c575c776514017ec1ed3d05cdee 100644 (file)
@@ -241,7 +241,7 @@ parseCommandLine(int argc, char *argv[])
 
                strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH);
                canonicalize_path(new_cluster_pgdata);
-               
+
                if (!getcwd(cwd, MAXPGPATH))
                        pg_fatal("cannot find current directory\n");
                canonicalize_path(cwd);