From df50cf6c5e6e26fd8b4b0bccd6eac8157ca66ef6 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sat, 12 Oct 2002 17:55:15 +0000 Subject: [PATCH] Minor white space fix, just to supplement the log for previous change: (syms_of_emacs) : Doc fix (not run in batch mode). --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index 2bf28d0568c..ccf2f93f93c 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -87,7 +87,7 @@ EMACS_INT gdb_emacs_intbits = sizeof (EMACS_INT) * BITS_PER_CHAR; #ifdef DATA_SEG_BITS EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS; #else -EMACS_INT gdb_data_seg_bits = 0; +EMACS_INT gdb_data_seg_bits = 0; #endif EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; -- 2.11.4.GIT