File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,7 @@ window.postMessage({
79
79
EXPECT_EQ (logCalled, true );
80
80
}
81
81
// Use block scope to release previous page, and allocate new page.
82
- {
83
- TEST_init ();
84
- }
82
+ { TEST_init (); }
85
83
}
86
84
87
85
TEST (Window, location) {
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ class EventInstance : public Instance {
150
150
#endif
151
151
};
152
152
void setType (NativeString* type) const ;
153
- FORCE_INLINE EventTargetInstance* target () {return reinterpret_cast <EventTargetInstance*>(nativeEvent->target );}
153
+ FORCE_INLINE EventTargetInstance* target () { return reinterpret_cast <EventTargetInstance*>(nativeEvent->target ); }
154
154
void setTarget (EventTargetInstance* target) const ;
155
155
FORCE_INLINE EventTargetInstance* currentTarget () { return reinterpret_cast <EventTargetInstance*>(nativeEvent->currentTarget ); }
156
156
void setCurrentTarget (EventTargetInstance* target) const ;
You can’t perform that action at this time.
0 commit comments