remove stray tabs from *.c files and config.h

This commit is contained in:
nhmall
2025-08-19 08:35:39 -04:00
parent 070730d845
commit 6c3e70ad77
18 changed files with 57 additions and 57 deletions
+4 -4
View File
@@ -622,7 +622,7 @@ curses_putmixed(winid window, int attr, const char *str)
/* now send buf to the normal putstr */
curses_putstr(window, attr, buf);
done_output = TRUE;
}
}
}
if (!done_output) {
@@ -824,11 +824,11 @@ curses_ctrl_nhwindow(
case request_settings:
break;
case set_menu_promptstyle:
curses_menu_promptstyle.color = wri->fromcore.menu_promptstyle.color;
curses_menu_promptstyle.color = wri->fromcore.menu_promptstyle.color;
if (curses_menu_promptstyle.color == NO_COLOR)
curses_menu_promptstyle.color = NONE;
attr = wri->fromcore.menu_promptstyle.attr;
curses_menu_promptstyle.attr = curses_convert_attr(attr);;
attr = wri->fromcore.menu_promptstyle.attr;
curses_menu_promptstyle.attr = curses_convert_attr(attr);;
break;
default:
break;
+1 -1
View File
@@ -764,7 +764,7 @@ onMSNHCommand(HWND hWnd, WPARAM wParam, LPARAM lParam)
msg_data->buffer[index++] = '\r';
msg_data->buffer[index++] = '\n';
}
nhUse(mgch);
nhUse(mgch);
} break;
#ifdef ENHANCED_SYMBOLS
+1 -1
View File
@@ -259,7 +259,7 @@ NHSplashWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
DrawText(hdc, VersionString, strlen(VersionString), &rt,
DT_LEFT | DT_NOPREFIX);
EndPaint(hWnd, &ps);
nhUse(OldFont);
nhUse(OldFont);
} break;
case WM_COMMAND:
+2 -2
View File
@@ -379,8 +379,8 @@ prompt_for_player_selection(void)
* bottom of the window.
*/
/* tty_clear_nhwindow(BASE_WINDOW) */
;
}
;
}
if (pick4u != 'y' && pick4u != 'n') {
give_up: /* Quit */
if (selected)