diff lwlib/lwlib-utils.c @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 7fb1caba0f51
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lwlib/lwlib-utils.c	Tue Feb 04 13:30:45 2003 +0000
+++ b/lwlib/lwlib-utils.c	Tue Feb 04 14:56:31 2003 +0000
@@ -3,13 +3,13 @@
 
 This file is part of the Lucid Widget Library.
 
-The Lucid Widget Library is free software; you can redistribute it and/or 
+The Lucid Widget Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 1, or (at your option)
 any later version.
 
 The Lucid Widget Library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of 
+but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
@@ -60,7 +60,7 @@
 }
 
 
-/* 
+/*
  * Apply a function to all the subwidgets of a given widget recursively.
 */
 void
@@ -177,7 +177,7 @@
     }
   else
     XtDestroyWidget (widget);
-  
+
 #else
   abort ();
 #endif