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