Whitespace correction

This commit is contained in:
fbraem
2015-10-23 21:59:00 +02:00
parent 4c4e41a5ed
commit 901751f800
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ namespace Poco {
namespace Redis { namespace Redis {
class Redis_API RedisType class Redis_API RedisType
{ {
public: public:

View File

@@ -90,7 +90,7 @@ void Client::writeCommand(const Array& command)
RedisType::Ptr Client::readReply() RedisType::Ptr Client::readReply()
{ {
RedisType::Ptr result = createRedisType( _socket.get()); RedisType::Ptr result = createRedisType(_socket.get());
if ( result.isNull() ) if ( result.isNull() )
{ {
throw RedisException("Invalid Redis type returned"); throw RedisException("Invalid Redis type returned");