Skip to content

Commit

Permalink
[Win32] Correct wrong formatting in os.c
Browse files Browse the repository at this point in the history
Whenever the os.c file is auto-updated (e.g., due to changes in the OS
class), a change is generated that fixes an inconsistent formatting.
This change updates the os.c file to incorporate that formatting fix.
  • Loading branch information
HeikoKlare committed Jan 31, 2025
1 parent 422f742 commit de58ef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(AdjustWindowRectExForDpi)
{
RECT _arg0, *lparg0=NULL;
jboolean rc = 0;

OS_NATIVE_ENTER(env, that, AdjustWindowRectExForDpi_FUNC);
if (arg0) if ((lparg0 = getRECTFields(env, arg0, &_arg0)) == NULL) goto fail;
/*
Expand Down

0 comments on commit de58ef1

Please sign in to comment.