Remove redundant spaces.
[tinc] / src / process.c
index f149d7c..46a8de8 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: process.c,v 1.1.2.46 2002/09/09 21:24:41 guus Exp $
+    $Id: process.c,v 1.1.2.47 2002/09/09 22:32:49 guus Exp $
 */
 
 #include "config.h"
@@ -423,7 +423,7 @@ RETSIGTYPE ignore_signal_handler(int a)
 
 struct {
        int signal;
-       void (*handler) (int);
+       void (*handler)(int);
 } sighandlers[] = {
        {
        SIGHUP, sighup_handler}, {