]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change
authorMartin Rudalics <rudalics@gmx.at>
Mon, 6 Jun 2011 06:54:43 +0000 (08:54 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 6 Jun 2011 06:54:43 +0000 (08:54 +0200)
src/window.c

index 7565e271859c7bc2f01e85562dcd9c8824c87ef4..d9aeb56a4e4b5aa67649acdb6eddecdd9fa57472 100644 (file)
@@ -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 */