changeset 377:4885cd4dfa33

Socket: useless tab
author David Demelier <markand@malikania.fr>
date Thu, 18 Jun 2015 14:24:01 +0200
parents b909db6ca4ab (current diff) e63a251515fe (diff)
children 92457ea8f7e2
files C++/modules/Socket/Socket.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/C++/modules/Socket/Socket.h	Thu Jun 18 14:23:10 2015 +0200
+++ b/C++/modules/Socket/Socket.h	Thu Jun 18 14:24:01 2015 +0200
@@ -267,7 +267,7 @@
 
 	/**
 	 * This create an invalid socket.
-	 */
+	 */	
 	inline Socket() noexcept
 		: m_handle(Invalid)
 		, m_state(SocketState::Closed)