astyle formatting
This commit is contained in:
parent
d1c9cac155
commit
1feabd0f0a
|
@ -35,8 +35,7 @@ public:
|
|||
typedef long long bigint;
|
||||
|
||||
static bigint toLongNumber(const std::string & str);
|
||||
template<class T> static std::string toString(T value)
|
||||
{
|
||||
template<class T> static std::string toString(T value) {
|
||||
std::ostringstream result;
|
||||
result << value;
|
||||
return result.str();
|
||||
|
|
Loading…
Reference in New Issue