OK, someone was tab happy in this file. A tab after #define?! OK, fine,

I'll keep the same style regardless of the wisdom of it. :)
Clarified by:	eivind
This commit is contained in:
Jordan K. Hubbard 2003-12-17 10:54:05 +00:00
parent 54cbe1b2db
commit 0bdc49c676
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123597

View file

@ -75,7 +75,7 @@ typedef struct {
#define REG_DUMP 0200
/* regerror() flags */
#define REG_ENOSYS -1 /* Reserved */
#define REG_ENOSYS -1 /* Reserved */
#define REG_NOMATCH 1
#define REG_BADPAT 2
#define REG_ECOLLATE 3