aboutsummaryrefslogtreecommitdiff
path: root/src/libauthsrv/readnvram.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libauthsrv/readnvram.c')
-rw-r--r--src/libauthsrv/readnvram.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libauthsrv/readnvram.c b/src/libauthsrv/readnvram.c
index f65db984..337203f7 100644
--- a/src/libauthsrv/readnvram.c
+++ b/src/libauthsrv/readnvram.c
@@ -45,7 +45,7 @@ static char*
xreadcons(char *prompt, char *def, int secret, char *buf, int nbuf)
{
char *p;
-
+
p = readcons(prompt, def, secret);
if(p == nil)
return nil;
@@ -280,7 +280,7 @@ finddosfile(int fd, char *file)
if(rootsects <= 0 || rootsects > 64)
return -1;
- /*
+ /*
* read root. it is contiguous to make stuff like
* this easier
*/
@@ -305,4 +305,3 @@ finddosfile(int fd, char *file)
*/
return rootoff + rootsects*sectsize + (n-2)*sectsize*b->clustsize;
}
-