changeset 47848:20348451bd8a

Minor white space fix, just to supplement the log for previous change: (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in batch mode).
author Markus Rost <rost@math.uni-bielefeld.de>
date Sat, 12 Oct 2002 17:55:15 +0000
parents dd601595b35d
children 7d0ce3907ecc
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Sat Oct 12 17:50:43 2002 +0000
+++ b/src/emacs.c	Sat Oct 12 17:55:15 2002 +0000
@@ -87,7 +87,7 @@
 #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;