1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-10-06 17:54:03 -04:00

Cosmetic change: replace one space with one tab

This commit is contained in:
John Zaitseff 2011-08-29 10:40:31 +10:00
parent e3733d8921
commit 752eed74c5

View File

@ -98,7 +98,7 @@
// X/Open-compatible Curses library // X/Open-compatible Curses library
#define _XOPEN_SOURCE_EXTENDED 1 // Required by old versions of NcursesW #define _XOPEN_SOURCE_EXTENDED 1 // Required by old versions of NcursesW
#if defined(HAVE_NCURSESW_CURSES_H) #if defined(HAVE_NCURSESW_CURSES_H)
# include <ncursesw/curses.h> # include <ncursesw/curses.h>