]> git.openstreetmap.org Git - rails.git/blobdiff - lib/daemons/gpx_import.rb
Cleanup trailing whitespace
[rails.git] / lib / daemons / gpx_import.rb
index 698e858ba375c27cf1d592bdf8e84617d371af6c..1a87bf6b8506d60fec550a9c444bbd2e8ad493bf 100755 (executable)
@@ -13,7 +13,7 @@ while(true) do
   ActiveRecord::Base.logger.info("GPX Import daemon wake @ #{Time.now}.")
 
   Trace.find(:all, :conditions => { :inserted => false, :visible => true }, :order => "id").each do |trace|
-    Signal.trap("TERM") do 
+    Signal.trap("TERM") do
       terminated = true
     end
 
@@ -39,7 +39,7 @@ while(true) do
   end
 
   Trace.find(:all, :conditions => { :visible => false }, :order => "id").each do |trace|
-    Signal.trap("TERM") do 
+    Signal.trap("TERM") do
       terminated = true
     end