fix up -Wstrict-prototypes breaks

Summary: As title

Differential Revision: D45240712

fbshipit-source-id: bfb30643f11683c3bca3b66a5d602c1fd8e948dd
This commit is contained in:
Stephanie Nicholson
2023-04-24 11:42:18 -07:00
committed by Facebook GitHub Bot
parent efc6e147f9
commit 55508b285a
@@ -50,7 +50,7 @@ typedef void (^ControlBlock)(RCTRootView *);
@end
static SizeFlexibilityTestDelegate *sizeFlexibilityDelegate()
static SizeFlexibilityTestDelegate *sizeFlexibilityDelegate(void)
{
static SizeFlexibilityTestDelegate *delegate;
if (delegate == nil) {