mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Geo: fix comment indentation.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user