From d230302b16474ff22a35243ffed6236ef4fc7fb9 Mon Sep 17 00:00:00 2001 From: Paradox Date: Mon, 9 Feb 2009 08:16:34 -0500 Subject: Replace tabs with spaces in more files. --HG-- branch : trunk --- dep/src/sockets/Exception.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dep/src/sockets/Exception.cpp') diff --git a/dep/src/sockets/Exception.cpp b/dep/src/sockets/Exception.cpp index a005669e4c9..b3844982c0f 100644 --- a/dep/src/sockets/Exception.cpp +++ b/dep/src/sockets/Exception.cpp @@ -1,7 +1,7 @@ /** - ** \file Exception.cpp - ** \date 2007-09-28 - ** \author grymse@alhem.net + ** \file Exception.cpp + ** \date 2007-09-28 + ** \author grymse@alhem.net **/ /* Copyright (C) 2007 Anders Hedstrom @@ -38,7 +38,7 @@ Exception::Exception(const std::string& description) : m_description(description const std::string Exception::ToString() const { - return m_description; + return m_description; } -- cgit v1.2.3