Skip to content

Commit

Permalink
Fixing clang-format errors
Browse files Browse the repository at this point in the history
Signed-off-by: Parth Patel <[email protected]>
  • Loading branch information
parthpatel committed Nov 19, 2024
1 parent c8c3571 commit 97ef78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/valkey_strtod.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Refer to "../deps/fast_float_c_interface" for more details.
* Refer to https://github.com/fastfloat/fast_float for more information on the underlying library.
*/
double fast_float_strtod(const char *str, char ** endptr);
double fast_float_strtod(const char *str, char **endptr);

static inline double valkey_strtod(const char *str, char **endptr) {
errno = 0;
Expand Down

0 comments on commit 97ef78c

Please sign in to comment.