Browse Source

Whitespace fix

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
369754f959
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/gpxe/linebuf.h

+ 1
- 1
src/include/gpxe/linebuf.h View File

@@ -22,7 +22,7 @@ struct line_buffer {
22 22
 
23 23
 extern char * buffered_line ( struct line_buffer *linebuf );
24 24
 extern int line_buffer ( struct line_buffer *linebuf,
25
-		  const char **data, size_t *len );
25
+			 const char **data, size_t *len );
26 26
 extern void empty_line_buffer ( struct line_buffer *linebuf );
27 27
 
28 28
 #endif /* _GPXE_LINEBUF_H */

Loading…
Cancel
Save