summaryrefslogtreecommitdiff
path: root/lib/server/makeprotocol.pl.in
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-09-18 20:28:22 +0000
committerChris Wilson <chris+github@qwirx.com>2014-09-18 20:28:22 +0000
commit572b5bd9dee50dd1c90042f476a8c888732cfa1f (patch)
tree7930b8b78f1e9635e7ea13745e457bb8850f8185 /lib/server/makeprotocol.pl.in
parent63cc6de8fd2e6f5f1a997b2e7e4512c1c8f4126f (diff)
Whitespace fixes
Diffstat (limited to 'lib/server/makeprotocol.pl.in')
-rwxr-xr-xlib/server/makeprotocol.pl.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/server/makeprotocol.pl.in b/lib/server/makeprotocol.pl.in
index 7d318258..14b0b7b4 100755
--- a/lib/server/makeprotocol.pl.in
+++ b/lib/server/makeprotocol.pl.in
@@ -1091,7 +1091,7 @@ void $server_or_client_class\::DoServer($context_class &rContext)
Send($cmd_classes{$error_message}());
throw;
}
-
+
// Send the reply
Send(*preply);
@@ -1102,7 +1102,7 @@ void $server_or_client_class\::DoServer($context_class &rContext)
{
SendStream(**i);
}
-
+
// As a server, if we get an unexpected message later, we'll
// want to know the last command that we received, and the
// reply, to help debug our response to it.
@@ -1120,7 +1120,7 @@ void $server_or_client_class\::DoServer($context_class &rContext)
{
inProgress = false;
}
- }
+ }
}
__E