summaryrefslogtreecommitdiffstats
path: root/include/complex.h
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-08-14 17:55:15 +0000
committerstefanf <stefanf@FreeBSD.org>2004-08-14 17:55:15 +0000
commit0fd20b0ee2353c63fe5d6c69c10f7ce0678d9cb0 (patch)
tree37467d618e23f930ca621f582a25d4af48eaa7cf /include/complex.h
parentbcdeb8e73ca7fe84a2caa06a504cae1e779e25af (diff)
downloadFreeBSD-src-0fd20b0ee2353c63fe5d6c69c10f7ce0678d9cb0.zip
FreeBSD-src-0fd20b0ee2353c63fe5d6c69c10f7ce0678d9cb0.tar.gz
Use tabulators after '#define'.
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/complex.h b/include/complex.h
index 1fa4bd1..6db7c88 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -27,15 +27,15 @@
*/
#ifndef _COMPLEX_H
-#define _COMPLEX_H
+#define _COMPLEX_H
#ifdef __GNUC__
-#define _Complex __complex__
-#define _Complex_I 1.0fi
+#define _Complex __complex__
+#define _Complex_I 1.0fi
#endif
-#define complex _Complex
-#define I _Complex_I
+#define complex _Complex
+#define I _Complex_I
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud