aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-sync-stream.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-11-15 06:04:21 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-11-15 06:04:21 +0800
commit9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch)
tree2e1e96f33404781354c422a7e9beaf458ebeb655 /mail/em-sync-stream.c
parent7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff)
downloadgsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
Diffstat (limited to 'mail/em-sync-stream.c')
-rw-r--r--mail/em-sync-stream.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/em-sync-stream.c b/mail/em-sync-stream.c
index 5648efc83e..1224e468bd 100644
--- a/mail/em-sync-stream.c
+++ b/mail/em-sync-stream.c
@@ -36,7 +36,7 @@
#define LOG_STREAM
-#define d(x)
+#define d(x)
#define EMSS_CLASS(x) ((EMSyncStreamClass *)(((CamelObject *)(x))->klass))
@@ -90,7 +90,7 @@ CamelType
em_sync_stream_get_type (void)
{
static CamelType type = CAMEL_INVALID_TYPE;
-
+
if (type == CAMEL_INVALID_TYPE) {
#ifdef LOG_STREAM
dolog = getenv("EVOLUTION_MAIL_LOG_HTML") != NULL;
@@ -104,7 +104,7 @@ em_sync_stream_get_type (void)
(CamelObjectInitFunc) em_sync_stream_init,
(CamelObjectFinalizeFunc) em_sync_stream_finalize);
}
-
+
return type;
}
@@ -112,9 +112,9 @@ static void
em_sync_stream_class_init (EMSyncStreamClass *klass)
{
CamelStreamClass *stream_class = CAMEL_STREAM_CLASS (klass);
-
+
parent_class = (CamelStreamClass *) CAMEL_STREAM_TYPE;
-
+
/* virtual method overload */
stream_class->write = stream_write;
stream_class->flush = stream_flush;
@@ -170,7 +170,7 @@ emcs_gui_received(GIOChannel *source, GIOCondition cond, void *data)
#endif
break;
}
-
+
e_msgport_reply((EMsg *)msg);
d(printf("%p: gui sync op jobs done\n", emss));
ity_id during new_connection() rather than connection_state_remove(), allowing other scripts to reuse its value early. - The input framework will no longer get stuck and use 100% of the CPU when encountering lines not immediately terminated by a new line. - The Modbus analyzer added some additional protocol checks and should no longer over-match on traffic that's not specifically on port 502. - ZeekJS was updated to version v0.13.2, which brings support for newer versions of Node.js and a fix for a segfault when running under Alpine. - A minor bug was fixed in the detect-sqli policy script to handle spaces being encoded as plus signs. Reported by: Tim Wojtulewicz (cherry picked from commit f4bc82f8124f3ca238c8fcb7960eebcd7b3dcb46)
Diffstat
-rw-r--r--security/zeek/Makefile3
-rw-r--r--security/zeek/distinfo6
-rw-r--r--security/zeek/files/patch-src_DFA.cc32
-rw-r--r--security/zeek/files/patch-src_DFA.h29
-rw-r--r--security/zeek/files/patch-src_analyzer_protocol_ssl_SSL.cc83
5 files changed, 4 insertions, 149 deletions