summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
authorMichael Brown2007-01-12 20:17:25 +0100
committerMichael Brown2007-01-12 20:17:25 +0100
commit369754f959003aa4958ef234a5e5a37aae9cf858 (patch)
treed0649f4ddccab0a1b37ea227fa2dc2968f353de9 /src/include/gpxe
parentAdded ENOENT, since HTTP 404 translates to it (diff)
downloadipxe-369754f959003aa4958ef234a5e5a37aae9cf858.tar.gz
ipxe-369754f959003aa4958ef234a5e5a37aae9cf858.tar.xz
ipxe-369754f959003aa4958ef234a5e5a37aae9cf858.zip
Whitespace fix
Diffstat (limited to 'src/include/gpxe')
-rw-r--r--src/include/gpxe/linebuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/linebuf.h b/src/include/gpxe/linebuf.h
index f4481ddfe..5d8153942 100644
--- a/src/include/gpxe/linebuf.h
+++ b/src/include/gpxe/linebuf.h
@@ -22,7 +22,7 @@ struct line_buffer {
extern char * buffered_line ( 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 );
#endif /* _GPXE_LINEBUF_H */