1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-12 15:23:02 +03:00

Trivial fix: remove some stray leading whitespace.

This commit is contained in:
Neil Conway
2005-01-20 22:54:57 +00:00
parent a341a96c01
commit fa471dac02

View File

@@ -4,7 +4,7 @@
# #
# Copyright (c) 1998-2005, PostgreSQL Global Development Group # Copyright (c) 1998-2005, PostgreSQL Global Development Group
# #
# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.13 2005/01/01 20:44:21 tgl Exp $ # $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.14 2005/01/20 22:54:57 neilc Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------