From: Martin Rudalics <rudalics@gmx.at>
Date: Mon, 6 Jun 2011 06:54:43 +0000 (+0200)
Subject: Whitespace change
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=348f5121cd84ade8ce29d557e7f1215694027b05;p=emacs.git

Whitespace change
---

diff --git a/src/window.c b/src/window.c
index 7565e271859..d9aeb56a4e4 100644
--- a/src/window.c
+++ b/src/window.c
@@ -120,8 +120,8 @@ static int window_initialized;
 
 /* Hook to run when window config changes.  */
 static Lisp_Object Qwindow_configuration_change_hook;
-/* Incremented by 1 whenever a window is deleted.  */
 
+/* Incremented by 1 whenever a window is deleted.  */
 static int window_deletion_count;
 
 /* Used by the function window_scroll_pixel_based */