From ba9a0c0b2e619eaaba52548e8504d40396c9852e Mon Sep 17 00:00:00 2001 From: "Francisco Blas (klondike) Izquierdo Riera" Date: Sat, 3 Jan 2015 03:57:37 +0100 Subject: [PATCH] Fix strange indentation. --- I2PTunnel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I2PTunnel.cpp b/I2PTunnel.cpp index e0200da1..de64259b 100644 --- a/I2PTunnel.cpp +++ b/I2PTunnel.cpp @@ -73,7 +73,7 @@ namespace client void I2PTunnelConnection::HandleReceived (const boost::system::error_code& ecode, std::size_t bytes_transferred) { if (ecode) - { + { LogPrint ("I2PTunnel read error: ", ecode.message ()); if (ecode != boost::asio::error::operation_aborted) Terminate ();