mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Style.
This commit is contained in:
parent
48343a2f34
commit
f947570e35
1 changed files with 3 additions and 3 deletions
|
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef VM_UMA_H
|
||||
#define VM_UMA_H
|
||||
#ifndef _VM_UMA_H_
|
||||
#define _VM_UMA_H_
|
||||
|
||||
#include <sys/param.h> /* For NULL */
|
||||
#include <sys/malloc.h> /* For M_* */
|
||||
|
|
@ -683,4 +683,4 @@ struct uma_percpu_stat {
|
|||
uint64_t _ups_reserved[5]; /* Reserved. */
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* _VM_UMA_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue