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
@@ -124,7 +124,7 @@ time_t start_time() {
return s_startTime.startTime;
}
static const StaticString
const StaticString
s_HPHP("HPHP"),
s_HHVM("HHVM"),
s_HHVM_JIT("HHVM_JIT"),