Skip to content

Commit

Permalink
Fix whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Apr 8, 2010
1 parent 85997fc commit a7b420e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/s_cproj.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ __cproj (__complex__ double x)

__real__ res = INFINITY;
__imag__ res = __copysign (0.0, __imag__ x);

return res;
}

Expand Down

0 comments on commit a7b420e

Please sign in to comment.