Skip to content

Commit

Permalink
update formating
Browse files Browse the repository at this point in the history
  • Loading branch information
srdjastankovic committed Mar 28, 2018
1 parent ff6ac49 commit 504ac7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolksensor/wolksensor/src/util_conversions.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bool is_string_decimal_numeric(const char *str)
++str;
}

if( number_of_dots>1 )
if(number_of_dots > 1)
return false;

return true;
Expand Down

0 comments on commit 504ac7d

Please sign in to comment.