mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 510895 comment #3 - Indentation nit, follow-up to changeset eb6e2f20bbde.
This commit is contained in:
parent
8df006e722
commit
e941aa6935
@ -228,11 +228,11 @@ JSTokenStream::close(JSContext *cx)
|
||||
|
||||
/* Use the fastest available getc. */
|
||||
#if defined(HAVE_GETC_UNLOCKED)
|
||||
#define fast_getc getc_unlocked
|
||||
# define fast_getc getc_unlocked
|
||||
#elif defined(HAVE__GETC_NOLOCK)
|
||||
#define fast_getc _getc_nolock
|
||||
# define fast_getc _getc_nolock
|
||||
#else
|
||||
#define fast_getc getc
|
||||
# define fast_getc getc
|
||||
#endif
|
||||
|
||||
JS_FRIEND_API(int)
|
||||
|
Loading…
Reference in New Issue
Block a user