Fix up style of StaticString declarations.

At the top level of a file, "const" is the same as "static const",
and reduce the stuttering.
Esse commit está contido em:
Edwin Smith
2013-06-19 17:48:07 -07:00
commit de Sara Golemon
commit 5ec269bf85
54 arquivos alterados com 467 adições e 415 exclusões
+1 -1
Ver Arquivo
@@ -295,7 +295,7 @@ Variant ArrayUtil::Range(double low, double high, int64_t step /* = 1 */) {
return ret;
}
static const StaticString s_default("(default)");
const StaticString s_default("(default)");
Variant ArrayUtil::FromHdf(const Hdf &hdf) {
if (hdf.firstChild().exists()) {