Indenting change

master
Mukund Sivaraman 2008-12-29 13:28:02 +00:00
parent 024b317de0
commit 0b191f16fe
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@
#define IPV6_LEN 16 #define IPV6_LEN 16
enum acl_type enum acl_type
{ ACL_STRING, ACL_NUMERIC }; {
ACL_STRING,
ACL_NUMERIC,
};
/* /*
* Hold the information about a particular access control. We store * Hold the information about a particular access control. We store