summaryrefslogtreecommitdiff
path: root/lib/server
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-08-15 22:47:14 +0000
committerChris Wilson <chris+github@qwirx.com>2014-08-15 22:47:14 +0000
commit732370e12192a3b66a8b0a3e1f66eed3ebcdc3d3 (patch)
treee3366037c0f7d1de484b8a3ffcd08cf33daf32e0 /lib/server
parent8cde77d5f4bf894b37197552bd9b035cfcf57a22 (diff)
Whitespace, wrapping, comments and dead code cleanups.
Conflicts: bin/bbackupd/BackupDaemon.cpp bin/bbackupd/BackupDaemon.h test/bbackupd/testbbackupd.cpp
Diffstat (limited to 'lib/server')
-rw-r--r--lib/server/Message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/Message.h b/lib/server/Message.h
index c6fa3cc1..9f2245ec 100644
--- a/lib/server/Message.h
+++ b/lib/server/Message.h
@@ -37,7 +37,7 @@ public:
// reading and writing with Protocol objects
virtual void SetPropertiesFromStreamData(Protocol &rProtocol);
- virtual void WritePropertiesToStreamData(Protocol &rProtocol) const;
+ virtual void WritePropertiesToStreamData(Protocol &rProtocol) const;
virtual void LogSysLog(const char *Action) const { }
virtual void LogFile(const char *Action, FILE *file) const { }