mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Trim index lines down to 79 characters, not 80.
Approved by: jkh
This commit is contained in:
parent
550abec2a0
commit
c1ff8324f0
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#define _INST_INFO_H_INCLUDE
|
||||
|
||||
#ifndef MAXINDEXSIZE
|
||||
#define MAXINDEXSIZE 60
|
||||
#define MAXINDEXSIZE 59
|
||||
#endif
|
||||
|
||||
#ifndef MAXNAMESIZE
|
||||
|
|
|
|||
Loading…
Reference in a new issue