summaryrefslogtreecommitdiff
path: root/lib
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
parent63cc6de8fd2e6f5f1a997b2e7e4512c1c8f4126f (diff)
Whitespace fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/backupstore/StoreTestUtils.h2
-rwxr-xr-xlib/server/makeprotocol.pl.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/backupstore/StoreTestUtils.h b/lib/backupstore/StoreTestUtils.h
index 5fa1ccc6..335021d3 100644
--- a/lib/backupstore/StoreTestUtils.h
+++ b/lib/backupstore/StoreTestUtils.h
@@ -105,7 +105,7 @@ bool delete_account();
TEST_FAIL_WITH_MESSAGE("command returned success"); \
or_statements; \
} \
- }
+ }
#define TEST_COMMAND_RETURNS_ERROR_OR(protocol, command, error, or_statements) \
TEST_CHECK_THROWS_OR((protocol) . command, ConnectionException, \
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