summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-06-29 09:24:22 +0200
committerantirez <antirez@gmail.com>2015-06-29 09:24:22 +0200
commit1884bff12d1e91983e91c27637b5fa8854f68cba (patch)
treeb56b7c10b69c39f72883de79be0b0550f46f6cce
parentdb3df441844f8479cd341d1e2d7553139ee4cfec (diff)
downloadredis-1884bff12d1e91983e91c27637b5fa8854f68cba.tar.gz
Geo: fix comment indentation.
-rw-r--r--src/geo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geo.c b/src/geo.c
index c0efa3ca2..f9a12bae3 100644
--- a/src/geo.c
+++ b/src/geo.c
@@ -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);