summaryrefslogtreecommitdiff
path: root/lib/server
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-08-15 22:47:55 +0000
committerChris Wilson <chris+github@qwirx.com>2014-08-15 22:47:55 +0000
commitea49de2ba1d4fc46b7d3f973182ca555b2997636 (patch)
tree7c90e530eae2cab303a3477537c77610d5d35f3e /lib/server
parent6ff44743d8ffc21aa2a496042b9e7de422b8d035 (diff)
Whitespace fixes.
Diffstat (limited to 'lib/server')
-rw-r--r--lib/server/Protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/server/Protocol.h b/lib/server/Protocol.h
index 6a63d3b2..f659d3ca 100644
--- a/lib/server/Protocol.h
+++ b/lib/server/Protocol.h
@@ -67,14 +67,14 @@ public:
// Purpose: Sets the timeout for sending and reciving
// Created: 2003/08/19
//
- // --------------------------------------------------------------------------
+ // --------------------------------------------------------------------------
void SetTimeout(int NewTimeout) {mTimeout = NewTimeout;}
// --------------------------------------------------------------------------
//
// Function
- // Name: Protocol::GetTimeout()
+ // Name: Protocol::GetTimeout()
// Purpose: Get current timeout for sending and receiving
// Created: 2003/09/06
//