sysent: fix a couple more do-no-edit comments
Add blank like after comment to align with upcoming refactor for
makesysent.lua.
Fixes: 0d490c6a44 sysent: make header comments more consistent
This commit is contained in:
@@ -1547,6 +1547,7 @@ write_line("libsysmap", string.format([[/*
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically %s.
|
||||
*/
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
]], generated_tag))
|
||||
|
||||
@@ -1557,6 +1558,7 @@ write_line("libsys_h", string.format([[/*
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically %s.
|
||||
*/
|
||||
|
||||
#ifndef __LIBSYS_H_
|
||||
#define __LIBSYS_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user