diff options
author | Andreas Nilsson <andreas.nilsson@10gen.com> | 2014-09-17 15:44:12 -0700 |
---|---|---|
committer | Andreas Nilsson <andreas.nilsson@10gen.com> | 2014-09-17 15:50:45 -0700 |
commit | 6b20b7dca19f3597978031fb7dc301380b29bf09 (patch) | |
tree | 59d8fededd15c7baf1f103c3eee44262f8085630 /src/mongo/db/auth/sasl_scramsha1_server_conversation.h | |
parent | 8e3ce6437f5ddf13eab8b256ee5ff98e5e64d410 (diff) | |
download | mongo-6b20b7dca19f3597978031fb7dc301380b29bf09.tar.gz |
SERVER-7596 Removed trailing whitespaces
Diffstat (limited to 'src/mongo/db/auth/sasl_scramsha1_server_conversation.h')
-rw-r--r-- | src/mongo/db/auth/sasl_scramsha1_server_conversation.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/db/auth/sasl_scramsha1_server_conversation.h b/src/mongo/db/auth/sasl_scramsha1_server_conversation.h index c4767e8cf93..e530da32559 100644 --- a/src/mongo/db/auth/sasl_scramsha1_server_conversation.h +++ b/src/mongo/db/auth/sasl_scramsha1_server_conversation.h @@ -65,16 +65,16 @@ namespace mongo { * Parse client-first-message and generate server-first-message **/ StatusWith<bool> _firstStep(std::vector<std::string>& input, std::string* outputData); - - /** + + /** * Parse client-final-message and generate server-final-message - **/ + **/ StatusWith<bool> _secondStep(const std::vector<string>& input, std::string* outputData); - + int _step; std::string _authMessage; User::CredentialData _creds; - + // client and server nonce concatenated std::string _nonce; }; |