Skip to content

Commit c531c12

Browse files
committed
[Win32] Correct wrong formatting in os.c
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.
1 parent 422f742 commit c531c12

File tree

1 file changed

+0
-1
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT PI/win32/library

1 file changed

+0
-1
lines changed

bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(AdjustWindowRectExForDpi)
130130
{
131131
RECT _arg0, *lparg0=NULL;
132132
jboolean rc = 0;
133-
134133
OS_NATIVE_ENTER(env, that, AdjustWindowRectExForDpi_FUNC);
135134
if (arg0) if ((lparg0 = getRECTFields(env, arg0, &_arg0)) == NULL) goto fail;
136135
/*

0 commit comments

Comments
 (0)