From 1884bff12d1e91983e91c27637b5fa8854f68cba Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 29 Jun 2015 09:24:22 +0200 Subject: [PATCH] Geo: fix comment indentation. --- src/geo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geo.c b/src/geo.c index c0efa3ca..f9a12bae 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);