changeset 21898:afbf4a3def4c

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 May 1998 05:20:30 +0000
parents 7f104a4fc567
children c2e75fe68665
files src/buffer.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Sat May 02 05:05:55 1998 +0000
+++ b/src/buffer.c	Sat May 02 05:20:30 1998 +0000
@@ -3164,8 +3164,8 @@
   b->overlays_after  = Fdelq (overlay, b->overlays_after);
 
   modify_overlay (b,
-		    marker_position (OVERLAY_START (overlay)),
-		    marker_position (OVERLAY_END   (overlay)));
+		  marker_position (OVERLAY_START (overlay)),
+		  marker_position (OVERLAY_END   (overlay)));
 
   Fset_marker (OVERLAY_START (overlay), Qnil, Qnil);
   Fset_marker (OVERLAY_END   (overlay), Qnil, Qnil);