Commit 1884bff1 authored by antirez's avatar antirez
Browse files

Geo: fix comment indentation.

parent db3df441
...@@ -613,7 +613,7 @@ void geoEncodeCommand(redisClient *c) { ...@@ -613,7 +613,7 @@ void geoEncodeCommand(redisClient *c) {
/* Align the hash to a valid 52-bit integer based on step size */ /* Align the hash to a valid 52-bit integer based on step size */
GeoHashFix52Bits bits = geohashAlign52Bits(geohash); GeoHashFix52Bits bits = geohashAlign52Bits(geohash);
/* Decode the hash so we can return its bounding box */ /* Decode the hash so we can return its bounding box */
GeoHashArea area; GeoHashArea area;
geohashDecodeWGS84(geohash, &area); geohashDecodeWGS84(geohash, &area);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment