[or-cvs] More whitespace normalization

Nick Mathewson nickm at seul.org
Wed Nov 10 01:20:19 UTC 2004


Update of /home/or/cvsroot
In directory moria.mit.edu:/tmp/cvs-serv26659

Modified Files:
	INSTALL configure.in tor.spec.in 
Log Message:
More whitespace normalization

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/configure.in,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- configure.in	10 Nov 2004 00:13:02 -0000	1.133
+++ configure.in	10 Nov 2004 01:20:17 -0000	1.134
@@ -50,7 +50,7 @@
                         continue;
                 fi
                 if test ! -z "$ssldir" -a "x$ssldir" != "x/usr"; then
-                        # Try to use $ssldir/lib if it exists, otherwise 
+                        # Try to use $ssldir/lib if it exists, otherwise
                         # $ssldir
                         if test -d "$ssldir/lib" ; then
                                 LDFLAGS="-L$ssldir/lib $saved_LDFLAGS"
@@ -63,7 +63,7 @@
                                         LDFLAGS="-R$ssldir $LDFLAGS"
                                 fi
                         fi
-                        # Try to use $ssldir/include if it exists, otherwise 
+                        # Try to use $ssldir/include if it exists, otherwise
                         # $ssldir
                         if test -d "$ssldir/include" ; then
                                 CPPFLAGS="-I$ssldir/include $saved_CPPFLAGS"
@@ -78,7 +78,7 @@
                         [
 #include <string.h>
 #include <openssl/rand.h>
-int main(void) 
+int main(void)
 {
         char a[2048];
         memset(a, 0, sizeof(a));
@@ -111,7 +111,7 @@
         dnl Need to recover ssldir - test above runs in subshell
         ssldir=$ac_cv_openssldir
         if test ! -z "$ssldir" -a "x$ssldir" != "x/usr"; then
-                # Try to use $ssldir/lib if it exists, otherwise 
+                # Try to use $ssldir/lib if it exists, otherwise
                 # $ssldir
                 if test -d "$ssldir/lib" ; then
                         LDFLAGS="-L$ssldir/lib $saved_LDFLAGS"
@@ -124,7 +124,7 @@
                                 LDFLAGS="-R$ssldir $LDFLAGS"
                         fi
                 fi
-                # Try to use $ssldir/include if it exists, otherwise 
+                # Try to use $ssldir/include if it exists, otherwise
                 # $ssldir
                 if test -d "$ssldir/include" ; then
                         CPPFLAGS="-I$ssldir/include $saved_CPPFLAGS"

Index: tor.spec.in
===================================================================
RCS file: /home/or/cvsroot/tor.spec.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tor.spec.in	4 Nov 2004 15:34:04 -0000	1.2
+++ tor.spec.in	10 Nov 2004 01:20:17 -0000	1.3
@@ -242,7 +242,7 @@
   of weird race going on, and it's arguably a bad thing anyway.
 
 * Mon Jun 06 2004 Nick Mathewson <nickm at freehaven.net> 0.0.7-0.std.0.1.rc2
-- Make spec file more happy with fc2 packaging 
+- Make spec file more happy with fc2 packaging
 
 * Sat Jan 17 2004 John Bashinski <jbash at velvet.com>
 - Basic spec file; tested with Red Hat 9.



More information about the tor-commits mailing list