From 66f8741398723edbaaf2806ea77e50d0c837971f Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 17 Jan 2012 19:20:06 -0800 Subject: [PATCH] Cleanup. --- RPCDoor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPCDoor.h b/RPCDoor.h index f1557dcde0..f91f864855 100644 --- a/RPCDoor.h +++ b/RPCDoor.h @@ -15,4 +15,4 @@ class RPCDoor bool isClientAllowed(const std::string& ip); public: RPCDoor(boost::asio::io_service& io_service); -}; \ No newline at end of file +};