style(9): tab after #define.

This commit is contained in:
Mike Barcroft 2002-09-18 22:23:59 +00:00
parent 81f8d226f9
commit cd5791c108
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103567

View File

@ -27,18 +27,18 @@
*/
#ifndef _ISO646_H_
#define _ISO646_H_
#define _ISO646_H_
#define and &&
#define and_eq &=
#define bitand &
#define bitor |
#define compl ~
#define not !
#define not_eq !=
#define or ||
#define or_eq |=
#define xor ^
#define xor_eq ^=
#define and &&
#define and_eq &=
#define bitand &
#define bitor |
#define compl ~
#define not !
#define not_eq !=
#define or ||
#define or_eq |=
#define xor ^
#define xor_eq ^=
#endif /* !_ISO646_H_ */