also format missing .cc files

This commit is contained in:
Shelley Vohr
2018-04-17 21:55:30 -04:00
parent 53bdf22c85
commit c6f4bbd143
181 changed files with 4102 additions and 4254 deletions

View File

@@ -23,10 +23,10 @@
#include "third_party/icu/source/i18n/unicode/ucsdet.h"
#include "third_party/icu/source/i18n/unicode/ulocdata.h"
#include "third_party/icu/source/i18n/unicode/uregex.h"
#include "third_party/icu/source/i18n/unicode/uspoof.h"
#include "third_party/icu/source/i18n/unicode/usearch.h"
#include "v8-profiler.h"
#include "third_party/icu/source/i18n/unicode/uspoof.h"
#include "v8-inspector.h"
#include "v8-profiler.h"
namespace node {
@@ -38,8 +38,8 @@ void ReferenceSymbols() {
// v8_profiler symbols:
v8::TracingCpuProfiler::Create(nullptr);
// v8_inspector symbols:
reinterpret_cast<v8_inspector::V8InspectorSession*>(nullptr)->
canDispatchMethod(v8_inspector::StringView());
reinterpret_cast<v8_inspector::V8InspectorSession*>(nullptr)
->canDispatchMethod(v8_inspector::StringView());
reinterpret_cast<v8_inspector::V8InspectorClient*>(nullptr)->unmuteMetrics(0);
// icu symbols:
u_errorName(U_ZERO_ERROR);
@@ -61,8 +61,7 @@ void ReferenceSymbols() {
reinterpret_cast<icu::Transliterator*>(nullptr)->clone();
UParseError parse_error;
icu::Transliterator::createFromRules(UnicodeString(), UnicodeString(),
UTRANS_FORWARD, parse_error,
status);
UTRANS_FORWARD, parse_error, status);
}
} // namespace node