Use tabulators after '#define'.

This commit is contained in:
Stefan Farfeleder 2004-08-14 17:55:15 +00:00
parent 4eae39bfdf
commit 0edc8c86ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133724

View file

@ -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>