[postgis-tickets] r15941 - Remove trailing blanks
Sandro Santilli
strk at kbt.io
Tue Oct 10 01:29:21 PDT 2017
Author: strk
Date: 2017-10-10 01:29:21 -0700 (Tue, 10 Oct 2017)
New Revision: 15941
Modified:
trunk/utils/create_unpackaged.pl
Log:
Remove trailing blanks
Modified: trunk/utils/create_unpackaged.pl
===================================================================
--- trunk/utils/create_unpackaged.pl 2017-10-09 20:05:56 UTC (rev 15940)
+++ trunk/utils/create_unpackaged.pl 2017-10-10 08:29:21 UTC (rev 15941)
@@ -28,9 +28,9 @@
# drops are in the following order:
# 1. Indexing system stuff
# 2. Meta datatables <not done>
-# 3. Aggregates
+# 3. Aggregates
# 3. Casts
-# 4. Operators
+# 4. Operators
# 5. Functions
# 6. Types
# 7. Tables
@@ -180,7 +180,7 @@
{
print "$addprefix AGGREGATE $1 ($2);\n";
}
- else
+ else
{
die "Couldn't parse AGGREGATE line: $agg\n";
}
@@ -206,7 +206,7 @@
}
}
-
+
print "-- Register all casts.\n";
foreach my $cast (@casts)
{
@@ -233,7 +233,7 @@
if ( ! exists($type_funcs{$fn_nm}) )
{
print "$addprefix FUNCTION $fn_nm ($fn_arg);\n";
- }
+ }
else
{
push(@type_funcs, $fn);
More information about the postgis-tickets
mailing list