mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
Whitespace correction
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Poco {
|
||||
namespace Redis {
|
||||
|
||||
|
||||
class Redis_API RedisType
|
||||
class Redis_API RedisType
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ void Client::writeCommand(const Array& command)
|
||||
|
||||
RedisType::Ptr Client::readReply()
|
||||
{
|
||||
RedisType::Ptr result = createRedisType( _socket.get());
|
||||
RedisType::Ptr result = createRedisType(_socket.get());
|
||||
if ( result.isNull() )
|
||||
{
|
||||
throw RedisException("Invalid Redis type returned");
|
||||
|
||||
Reference in New Issue
Block a user