Commit 18337c03 by Mark Mitchell

Remove comma

From-SVN: r22020
parent 7a5109b7
...@@ -6,7 +6,7 @@ class _Format_cache ...@@ -6,7 +6,7 @@ class _Format_cache
public: public:
enum { enum {
_S_digits, _S_digits_end = _S_digits+10, _S_digits, _S_digits_end = _S_digits+10,
_S_xdigits = _S_digits_end, _S_xdigits = _S_digits_end
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment