]> granicus.if.org Git - postgis/commitdiff
Remove trailing blanks
authorSandro Santilli <strk@kbt.io>
Tue, 10 Oct 2017 08:29:21 +0000 (08:29 +0000)
committerSandro Santilli <strk@kbt.io>
Tue, 10 Oct 2017 08:29:21 +0000 (08:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15941 b70326c6-7e19-0410-871a-916f4a2858ee

utils/create_unpackaged.pl

index 0b916ab09f09e38097fb340689dcbec78815edaf..6293abdfe36b623cbb72a57f220b973a15fe18be 100755 (executable)
@@ -28,9 +28,9 @@ my $extname = shift(@ARGV);
 # 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 @@ foreach my $agg (@aggs)
        {
                print "$addprefix AGGREGATE $1 ($2);\n";
        }
-       else 
+       else
        {
                die "Couldn't parse AGGREGATE line: $agg\n";
        }
@@ -206,7 +206,7 @@ foreach my $op (@ops)
        }
 }
 
-       
+
 print "-- Register all casts.\n";
 foreach my $cast (@casts)
 {
@@ -233,7 +233,7 @@ foreach my $fn (@funcs)
                if ( ! exists($type_funcs{$fn_nm}) )
                {
                        print "$addprefix FUNCTION $fn_nm ($fn_arg);\n";
-               } 
+               }
                else
                {
                        push(@type_funcs, $fn);