Skip to content

Commit e458e6e

Browse files
authored
Remove trailing space
1 parent 9434c98 commit e458e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.desktop/windows/native/libawt/windows/awt_Window.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2503,7 +2503,7 @@ jint AwtWindow::_GetScreenImOn(void *param)
25032503

25042504
// Our native resources may have been destroyed before the Java peer,
25052505
// e.g., if dispose() was called. In that case, return the default screen.
2506-
PDATA pData;
2506+
PDATA pData;
25072507
JNI_CHECK_PEER_GOTO(self, ret);
25082508
window = (AwtWindow *)pData;
25092509
if (::IsWindow(window->GetHWnd()))

0 commit comments

Comments
 (0)