mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Geo: fix comment indentation.
This commit is contained in:
parent
db3df44184
commit
1884bff12d
@ -613,7 +613,7 @@ void geoEncodeCommand(redisClient *c) {
|
||||
/* Align the hash to a valid 52-bit integer based on step size */
|
||||
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;
|
||||
geohashDecodeWGS84(geohash, &area);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user