Skip to content

Commit

Permalink
style: fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jan 16, 2024
1 parent f6ff2c1 commit e8283f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @param a first double-precision floating-point number
* @param b second double-precision floating-point number
* @return boolean indicating if both numbers are the same value
* @return boolean indicating if both numbers are the same value
*/
static inline bool stdlib_complex_base_assert_internal_is_same_double( const double a, const double b ) { // TODO: consider moving to `@stdlib/number/float64/base/assert/is-same-value`
if ( a == b ) {
Expand Down

0 comments on commit e8283f2

Please sign in to comment.