Run dos2unix on bayou and remove white space at the end of lines.
[coreboot.git] / payloads / coreinfo / lar_module.c
index 0c8352a478cc6eafb21b8df389653a897882a19f..151d876fb1b6675d767c60a1e8bbbb1ec6d08b74 100644 (file)
@@ -60,13 +60,13 @@ static int lar_module_redraw(WINDOW *win)
        print_module_title(win, "LAR Listing");
 
        if (lar == 0) {
-               mvwprintw(win, 11, 61 / 2,  "Bad or missing LAR");
+               mvwprintw(win, 11, 61 / 2, "Bad or missing LAR");
                return 0;
        }
 
        /* Draw a line down the middle. */
        for (i = 2; i < 21; i++)
-               mvwaddch(win, i, 30, '\263');
+               mvwaddch(win, i, 30, ACS_VLINE);
 
        /* Draw the names down the left side. */
        for (i = 0; i < lcount; i++) {