mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
Replace tabs with spaces in more files.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user