Skip to content

Commit af3cf37

Browse files
committed
Fix some whitespace
1 parent 806ecc3 commit af3cf37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/chakrashim/core/lib/Jsrt/Jsrt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3391,7 +3391,7 @@ CHAKRA_API JsGetWeakReferenceValue(
33913391
_In_ JsWeakRef weakRef,
33923392
_Out_ JsValueRef* value)
33933393
{
3394-
return GlobalAPIWrapper_NoRecord([&]()->JsErrorCode {
3394+
return GlobalAPIWrapper_NoRecord([&]() -> JsErrorCode {
33953395
VALIDATE_JSREF(weakRef);
33963396
PARAM_NOT_NULL(value);
33973397
*value = nullptr;

0 commit comments

Comments
 (0)