diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-05 13:29:41 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-05 13:29:41 +0000 |
| commit | 7295b7eda04d4d80f032988cb15d22a3610f8780 (patch) | |
| tree | 5e25f36c92af177438fdfbb131d9015b552236ff /man7/complex.7 | |
| parent | 1bef0ec2656f45fa7bee0ac03103eb5ea920ae8e (diff) | |
| download | man-pages-7295b7eda04d4d80f032988cb15d22a3610f8780.tar.gz | |
Replaced tabs with spaces
Diffstat (limited to 'man7/complex.7')
| -rw-r--r-- | man7/complex.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/complex.7 b/man7/complex.7 index 1978e7297a..7fb5f9b806 100644 --- a/man7/complex.7 +++ b/man7/complex.7 @@ -33,7 +33,7 @@ Link with \-lm. The imaginary unit is represented by I. .sp .nf /* check that exp(i * pi) == \-1 */ -#include <math.h> /* for atan */ +#include <math.h> /* for atan */ #include <complex.h> int |
