mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Use tabulators after '#define'.
This commit is contained in:
parent
4eae39bfdf
commit
0edc8c86ca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133724
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user