diff options
author | Paradox <none@none> | 2009-02-09 08:16:34 -0500 |
---|---|---|
committer | Paradox <none@none> | 2009-02-09 08:16:34 -0500 |
commit | d230302b16474ff22a35243ffed6236ef4fc7fb9 (patch) | |
tree | e3679ad841a47b275756f2721f9aa24a3ee548a6 /dep/include/sockets/StdoutLog.h | |
parent | b0694d7e5e794b361fa178d55fefdb98cf47e9ca (diff) |
Replace tabs with spaces in more files.
--HG--
branch : trunk
Diffstat (limited to 'dep/include/sockets/StdoutLog.h')
-rw-r--r-- | dep/include/sockets/StdoutLog.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dep/include/sockets/StdoutLog.h b/dep/include/sockets/StdoutLog.h index 5f96b340dc2..3222892e4bf 100644 --- a/dep/include/sockets/StdoutLog.h +++ b/dep/include/sockets/StdoutLog.h @@ -1,6 +1,6 @@ /** \file StdoutLog.h - ** \date 2004-06-01 - ** \author grymse@alhem.net + ** \date 2004-06-01 + ** \author grymse@alhem.net **/ /* Copyright (C) 2004-2007 Anders Hedstrom @@ -8,7 +8,7 @@ Copyright (C) 2004-2007 Anders Hedstrom This library is made available under the terms of the GNU GPL. If you would like to use this library in a closed-source application, -a separate license agreement is available. For information about +a separate license agreement is available. For information about the closed-source license agreement for the C++ sockets library, please visit http://www.alhem.net/Sockets/license.html and/or email license@alhem.net. @@ -38,12 +38,12 @@ namespace SOCKETS_NAMESPACE { #endif -/** StdLog implementation, logs to stdout. - \ingroup logging */ +/** StdLog implementation, logs to stdout. + \ingroup logging */ class StdoutLog : public StdLog { public: - void error(ISocketHandler *,Socket *,const std::string& call,int err,const std::string& sys_err,loglevel_t); + void error(ISocketHandler *,Socket *,const std::string& call,int err,const std::string& sys_err,loglevel_t); }; |