remove stray tabs from *.c files and config.h
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user