提交 1884bff1 编写于 作者: A antirez

Geo: fix comment indentation.

上级 db3df441
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册