]> git.openstreetmap.org Git - rails.git/blobdiff - lib/potlatch.rb
Localisation updates from https://translatewiki.net.
[rails.git] / lib / potlatch.rb
index 49e1e7a7404af3a6f248e57e650b98f84a3f8f02..0b01daf2964bad39810e284874c9d30a950660bf 100644 (file)
@@ -24,7 +24,7 @@ module Potlatch
 
     # Return eight-byte double-precision float
     def self.getdouble(s)
-      a = s.read(8).unpack("G")        # G big-endian, E little-endian
+      a = s.read(8).unpack("G") # G big-endian, E little-endian
       a[0]
     end