(trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source

This commit is contained in:
Charles Kerr
2009-08-12 14:40:32 +00:00
parent 6f547956a4
commit bf1a544939
27 changed files with 96 additions and 98 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ main( int argc, char ** argv )
signal( SIGINT, gotsig );
signal( SIGTERM, gotsig );
#ifndef WIN32
#ifndef WIN32
signal( SIGQUIT, gotsig );
signal( SIGPIPE, SIG_IGN );
signal( SIGHUP, SIG_IGN );