Minor white space tweak.

Obtained from:	Apple Inc.
MFC after:	3 days
This commit is contained in:
Robert Watson 2008-07-23 07:42:31 +00:00
parent 84ecaa02f9
commit 33f0efe6b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180735

View File

@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
* Hash table functions for the audit event number to event class mask
* mapping.
*/
#define EVCLASSMAP_HASH_TABLE_SIZE 251
#define EVCLASSMAP_HASH_TABLE_SIZE 251
struct evclass_elem {
au_event_t event;
au_class_t class;