Skip to content

Commit

Permalink
Minor indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Jul 7, 2019
1 parent 247e128 commit e6dc417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/bootstub.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

// default since there's no serial
void puts(const char *a) {
UNUSED(a);
UNUSED(a);
}

void puth(unsigned int i) {
UNUSED(i);
UNUSED(i);
}

#include "libc.h"
Expand Down

0 comments on commit e6dc417

Please sign in to comment.