Bug 510895 comment #3 - Indentation nit, follow-up to changeset eb6e2f20bbde.

This commit is contained in:
Jason Orendorff 2009-08-25 14:11:21 -07:00
parent 8df006e722
commit e941aa6935

View File

@ -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)