mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 07:20:47 +03:00
Whitespace fix
This commit is contained in:
@@ -22,7 +22,7 @@ struct line_buffer {
|
|||||||
|
|
||||||
extern char * buffered_line ( struct line_buffer *linebuf );
|
extern char * buffered_line ( struct line_buffer *linebuf );
|
||||||
extern int line_buffer ( struct line_buffer *linebuf,
|
extern int line_buffer ( struct line_buffer *linebuf,
|
||||||
const char **data, size_t *len );
|
const char **data, size_t *len );
|
||||||
extern void empty_line_buffer ( struct line_buffer *linebuf );
|
extern void empty_line_buffer ( struct line_buffer *linebuf );
|
||||||
|
|
||||||
#endif /* _GPXE_LINEBUF_H */
|
#endif /* _GPXE_LINEBUF_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user