summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/geoquery/sigf_format.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/geoquery/sigf_format.rb b/scripts/geoquery/sigf_format.rb
index 9d0125b..0a364e9 100755
--- a/scripts/geoquery/sigf_format.rb
+++ b/scripts/geoquery/sigf_format.rb
@@ -13,7 +13,7 @@ while line = STDIN.gets
a[0] = 1
a[1] = 1
elsif line!=''
- a[1] = 1
+ a[1] = 1
end
puts a.join " "
end