[or-cvs] New whitespace normalization rule: no blank line at EOF.
Nick Mathewson
nickm at seul.org
Thu Jun 9 16:46:53 UTC 2005
Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv29993/src/common
Modified Files:
aes.c aes.h container.c crypto.h log.h test.h torint.h
tortls.c tortls.h
Log Message:
New whitespace normalization rule: no blank line at EOF.
Index: aes.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/aes.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- aes.c 7 May 2005 05:55:05 -0000 1.18
+++ aes.c 9 Jun 2005 16:46:50 -0000 1.19
@@ -812,4 +812,3 @@
rk[3];
PUTU32(ct + 12, s3);
}
-
Index: aes.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/aes.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- aes.h 7 May 2005 05:55:05 -0000 1.10
+++ aes.h 9 Jun 2005 16:46:50 -0000 1.11
@@ -28,4 +28,3 @@
void aes_adjust_counter(aes_cnt_cipher_t *cipher, long delta);
#endif
-
Index: container.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/container.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- container.c 3 Apr 2005 06:00:00 -0000 1.25
+++ container.c 9 Jun 2005 16:46:50 -0000 1.26
@@ -649,4 +649,3 @@
{
return SPLAY_EMPTY(&map->head);
}
-
Index: crypto.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/crypto.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- crypto.h 7 May 2005 05:55:05 -0000 1.61
+++ crypto.h 9 Jun 2005 16:46:50 -0000 1.62
@@ -160,4 +160,3 @@
size_t secret_len, const char *s2k_specifier);
#endif
-
Index: log.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/log.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- log.h 5 Apr 2005 22:56:16 -0000 1.44
+++ log.h 9 Jun 2005 16:46:50 -0000 1.45
@@ -99,4 +99,3 @@
# define __LOG_H
#endif
-
Index: test.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/test.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- test.h 3 Apr 2005 05:21:16 -0000 1.20
+++ test.h 9 Jun 2005 16:46:50 -0000 1.21
@@ -136,4 +136,3 @@
} STMT_END
#endif
-
Index: torint.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/torint.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- torint.h 1 Apr 2005 20:15:54 -0000 1.19
+++ torint.h 9 Jun 2005 16:46:50 -0000 1.20
@@ -250,4 +250,3 @@
#define SIZE_T_CEILING (sizeof(char)<<(sizeof(size_t)*8 - 1))
#endif /* __TORINT_H */
-
Index: tortls.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/tortls.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- tortls.c 7 May 2005 05:55:05 -0000 1.94
+++ tortls.c 9 Jun 2005 16:46:50 -0000 1.95
@@ -859,4 +859,3 @@
fname, line);
tls_log_errors(LOG_WARN, NULL);
}
-
Index: tortls.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/tortls.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- tortls.h 23 Apr 2005 14:26:02 -0000 1.27
+++ tortls.h 9 Jun 2005 16:46:50 -0000 1.28
@@ -51,4 +51,3 @@
void _check_no_tls_errors(const char *fname, int line);
#endif
-
More information about the tor-commits
mailing list