Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1884bff1
Commit
1884bff1
authored
Jun 29, 2015
by
antirez
Browse files
Geo: fix comment indentation.
parent
db3df441
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/geo.c
View file @
1884bff1
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment